summaryrefslogtreecommitdiff
path: root/lib/ns.h
AgeCommit message (Expand)Author
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2020-09-21vrf: VRF_DEFAULT must be 0, remove useless codeChristophe Gouault
2020-09-11lib, zebra: reuse and adapt ns_list walk functionalityPhilippe Guibert
2020-08-18zebra, lib: new API to get absolute netns val from relative netns valPhilippe Guibert
2020-08-18zebra, lib: store relative default ns id in each namespacePhilippe Guibert
2020-08-18zebra, lib: add an internal API to get relative default nsid in other nsPhilippe Guibert
2020-08-18zebra: importation of bgp evpn rt5 from vni with other netnsPhilippe Guibert
2020-08-05evpn-netns: Revert PR5077, has been re-worked post-refactorPat Ruddy
2020-05-18lib, zebra: reuse and adapt ns_list walk functionalityPhilippe Guibert
2020-05-18zebra, lib: new API to get absolute netns val from relative netns valPhilippe Guibert
2020-05-18zebra, lib: store relative default ns id in each namespacePhilippe Guibert
2020-05-18zebra, lib: add an internal API to get relative default nsid in other nsPhilippe Guibert
2020-05-18zebra: importation of bgp evpn rt5 from vni with other netnsPhilippe Guibert
2019-12-13lib: make some variables staticDavid Lamparter
2019-08-02all: remove logical-router functionalityIgor Ryzhov
2019-02-11lib: add extern "C" {} blocks to all libfrr headersRenato Westphal
2018-04-13lib: rename parameter for netns functionPhilippe Guibert
2018-04-13zebra: add an indirection table for ns_idPhilippe Guibert
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-02-27lib: split logicalrouter and vrf netns featurePhilippe Guibert
2018-02-27zebra: upon startup, a NSID is assigned to default netnsPhilippe Guibert
2018-02-27lib: provide an API to switch from one netns to an otherPhilippe Guibert
2018-02-27zebra: enhance show vrf for netns and fixingPhilippe Guibert
2018-02-27zebra: handle the zns init/destroyPhilippe Guibert
2018-02-27zebra: add the registration mechanism for netnsPhilippe Guibert
2018-02-27lib: externalise vrf and ns creationPhilippe Guibert
2018-02-27zebra: copy logical-router-command under vrf subnodePhilippe Guibert
2018-01-22lib: ns_id_t changed to 32 bitPhilippe Guibert
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2016-11-28lib: convert namespace code to use red-black treesRenato Westphal
2016-11-28zebra/lib: move some code aroundRenato Westphal
2016-11-28lib: remove unused ns codeRenato Westphal
2016-09-09lib, vtysh: support multiple VRFs by using linux netnsFeng Lu
2016-09-09lib: Create ns.cDonald Sharp