summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_ns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vrf: VRF_DEFAULT must be 0, remove useless codeChristophe Gouault2020-09-211-1/+1
* lib, zebra: reuse and adapt ns_list walk functionalityPhilippe Guibert2020-09-111-26/+9
* zebra, lib: store relative default ns id in each namespacePhilippe Guibert2020-08-181-0/+4
* zebra: importation of bgp evpn rt5 from vni with other netnsPhilippe Guibert2020-08-181-0/+22
* evpn-netns: Revert PR5077, has been re-worked post-refactorPat Ruddy2020-08-051-13/+4
* lib, zebra: reuse and adapt ns_list walk functionalityPhilippe Guibert2020-05-181-26/+9
* zebra, lib: store relative default ns id in each namespacePhilippe Guibert2020-05-181-0/+4
* zebra: importation of bgp evpn rt5 from vni with other netnsPhilippe Guibert2020-05-181-0/+22
* zebra: read in and sweep rules on startupStephen Worley2020-04-101-0/+1
* zebra: XFREE ns->info directly to NULL it outStephen Worley2019-11-151-1/+1
* zebra: default ns->info should be default zebra_nsStephen Worley2019-11-151-3/+14
* *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-1/+1
* all: remove logical-router functionalityIgor Ryzhov2019-08-021-19/+0
* zebra: move rtadv service from zrouter to zvrfPhilippe Guibert2019-06-041-8/+0
* Revert "zebra: move rtadv service from zrouter to zvrf"Donald Sharp2019-05-161-0/+8
* zebra: move rtadv service from zrouter to zvrfPhilippe Guibert2019-04-251-8/+0
* zebra: start the netns notification mechanism after ns initialisationPhilippe Guibert2019-01-091-1/+5
* zebra: update local ns_id fieldPhilippe Guibert2019-01-081-0/+1
* zebra: avoid initialising more than one the l3vni hash structurePhilippe Guibert2018-12-171-3/+0
* zebra: separate netlink socket for dataplaneMark Stapp2018-11-211-5/+34
* zebra: Move ipset_hash, ipset_entry_hash and iptable_hash into zrouterDonald Sharp2018-10-241-23/+0
* zebra: Move rules_hash to zrouterDonald Sharp2018-10-241-7/+3
* zebra: Start breakup of zns into zrouter and znsDonald Sharp2018-10-241-123/+0
* bgpd, lib, zebra: Wrapper get/set of table->info pointerDonald Sharp2018-09-241-2/+2
* bgpd isisd zebra: misuse of comma operatorF. Aragon2018-09-141-2/+1
* zebra: fix includesQuentin Young2018-09-061-1/+0
* *: use frr_elevate_privs() (1/2: coccinelle)David Lamparter2018-08-141-5/+3
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-2/+2
* bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGESDonald Sharp2018-08-141-2/+3
* zebra: ns_table list is extended to support multiple NETNSPhilippe Guibert2018-06-011-11/+24
* zebra: rework pbr ipset entryPhilippe Guibert2018-05-251-2/+2
* zebra: add IPTABLE_ADD and IPTABLE_DEL commands in zapiPhilippe Guibert2018-04-161-0/+9
* zebra: handle entry pointfs for ipset creation/destructionPhilippe Guibert2018-04-161-0/+14
* zebra: add an indirection table for ns_idPhilippe Guibert2018-04-131-3/+4
* zebra: add the handling of table ids from remote daemonsPhilippe Guibert2018-03-291-0/+6
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* zebra: move hash rules creation to the vrf_enable placePhilippe Guibert2018-03-231-3/+4
* zebra: Read in on startup arbitrary tablesDonald Sharp2018-03-161-0/+11
* zebra: Upon client disconnect remove routes from all tablesDonald Sharp2018-03-161-0/+15
* zebra: Keep track of rules writtenDonald Sharp2018-03-091-0/+7
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-10/+8
* zebra: adapt the vrf and logical router initialisationPhilippe Guibert2018-02-271-3/+22
* zebra: upon startup, a NSID is assigned to default netnsPhilippe Guibert2018-02-271-1/+11
* zebra: collect and get netnamespaces informationPhilippe Guibert2018-02-271-0/+3
* zebra: handle the zns init/destroyPhilippe Guibert2018-02-271-2/+15
* zebra: add the registration mechanism for netnsPhilippe Guibert2018-02-271-1/+62
* zebra: copy logical-router-command under vrf subnodePhilippe Guibert2018-02-271-0/+8
* zebra: Fix up some code formatting issues.Donald Sharp2018-02-231-2/+3
* zebra: Fix warning found in CI systemDonald Sharp2018-02-231-3/+2
* *: Make assignment from RB_ROOT in while loop work betterDonald Sharp2018-02-231-5/+6