summaryrefslogtreecommitdiffstats
path: root/lib/ns.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vrf: VRF_DEFAULT must be 0, remove useless codeChristophe Gouault2020-09-211-4/+1
* lib, zebra: reuse and adapt ns_list walk functionalityPhilippe Guibert2020-09-111-3/+8
* zebra, lib: new API to get absolute netns val from relative netns valPhilippe Guibert2020-08-181-0/+1
* zebra, lib: store relative default ns id in each namespacePhilippe Guibert2020-08-181-0/+5
* zebra, lib: add an internal API to get relative default nsid in other nsPhilippe Guibert2020-08-181-0/+1
* zebra: importation of bgp evpn rt5 from vni with other netnsPhilippe Guibert2020-08-181-0/+2
* evpn-netns: Revert PR5077, has been re-worked post-refactorPat Ruddy2020-08-051-15/+1
* lib, zebra: reuse and adapt ns_list walk functionalityPhilippe Guibert2020-05-181-3/+8
* zebra, lib: new API to get absolute netns val from relative netns valPhilippe Guibert2020-05-181-0/+1
* zebra, lib: store relative default ns id in each namespacePhilippe Guibert2020-05-181-0/+5
* zebra, lib: add an internal API to get relative default nsid in other nsPhilippe Guibert2020-05-181-0/+1
* zebra: importation of bgp evpn rt5 from vni with other netnsPhilippe Guibert2020-05-181-0/+2
* lib: make some variables staticDavid Lamparter2019-12-131-2/+0
* all: remove logical-router functionalityIgor Ryzhov2019-08-021-6/+6
* lib: add extern "C" {} blocks to all libfrr headersRenato Westphal2019-02-121-0/+8
* lib: rename parameter for netns functionPhilippe Guibert2018-04-131-1/+1
* zebra: add an indirection table for ns_idPhilippe Guibert2018-04-131-1/+9
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* lib: split logicalrouter and vrf netns featurePhilippe Guibert2018-02-271-13/+62
* zebra: upon startup, a NSID is assigned to default netnsPhilippe Guibert2018-02-271-2/+12
* lib: provide an API to switch from one netns to an otherPhilippe Guibert2018-02-271-0/+6
* zebra: enhance show vrf for netns and fixingPhilippe Guibert2018-02-271-0/+1
* zebra: handle the zns init/destroyPhilippe Guibert2018-02-271-0/+2
* zebra: add the registration mechanism for netnsPhilippe Guibert2018-02-271-3/+2
* lib: externalise vrf and ns creationPhilippe Guibert2018-02-271-0/+5
* zebra: copy logical-router-command under vrf subnodePhilippe Guibert2018-02-271-0/+4
* lib: ns_id_t changed to 32 bitPhilippe Guibert2018-01-221-2/+3
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-20/+18
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* lib: convert namespace code to use red-black treesRenato Westphal2016-11-281-0/+9
* zebra/lib: move some code aroundRenato Westphal2016-11-281-0/+16
* lib: remove unused ns codeRenato Westphal2016-11-281-73/+1
* lib, vtysh: support multiple VRFs by using linux netnsFeng Lu2016-09-091-1/+1
* lib: Create ns.cDonald Sharp2016-09-091-0/+142