summaryrefslogtreecommitdiff
path: root/lib/ns.c
AgeCommit message (Expand)Author
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-27lib: add namespace name structure in zebra messagePhilippe 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: socket operations stick to namespace if necessaryPhilippe Guibert
2018-02-27lib: netns vty command not available when vrf backend is vrf litePhilippe Guibert
2018-02-27zebra: copy logical-router-command under vrf subnodePhilippe Guibert
2018-02-27zebra: add a runtime flag to enable vrf with netnsPhilippe Guibert
2018-02-23*: Make assignment from RB_ROOT in while loop work betterDonald Sharp
2017-09-15*: use clang's 'ForEachMacros' format style optionRenato Westphal
2017-08-31*: return CMD_WARNING if command was already configuredDaniel Walton
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter
2017-07-14*: remove VTYNL, part 4 of 6David Lamparter
2017-07-13vtysh: return non-zero for configuration failuresDaniel Walton
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-06-29*: s/VTY_NEWLINE/VTYNL/gQuentin Young
2017-06-29*: use vty_outlnQuentin Young
2017-06-27*: remove VTY_GET_*Quentin Young
2017-06-16lib: improve the RB implementationRafael Zalamena
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-03-28*: apply DEFUN_NOSH for node-switch CLI commandsDavid Lamparter
2016-12-05Merge branch 'stable/2.0'David Lamparter
2016-12-05lib: remove unused NS_BITMAP MTYPEDavid 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-23lib: add 'int idx_foo' argv index variablesDaniel Walton
2016-09-23convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton
2016-09-23lib: argv update for distribute.c and ns.cDaniel Walton
2016-09-22Revert "lib: Fixup ns.c"Daniel Walton
2016-09-20lib: Fixup ns.cDonald Sharp
2016-09-19*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter
2016-09-09vrf: add a runtime check before playing with netnsNicolas Dichtel
2016-09-09lib, vtysh: support multiple VRFs by using linux netnsFeng Lu
2016-09-09lib: Create ns.cDonald Sharp