summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_ns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* | zebra: handle STP state change for SVD per vlan IDStephen Worley2023-02-141-0/+2
|/
* zebra: Cleanup use after free in shutdownDonald Sharp2022-12-051-1/+3
* zebra: traffic control state managementSiger Yang2022-11-221-0/+2
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-5/+1
* Merge pull request #9471 from pguibert6WIND/table_manager_alloc2Russ White2021-10-081-5/+0
|\
| * zebra: extend table manager per vrf, add vty configurationPhilippe Guibert2021-09-211-5/+0
* | zebra: use the dataplane to read netlink intf addr changesMark Stapp2021-09-141-0/+3
|/
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-2/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* 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