| Commit message (Expand) | Author | Age | Files | Lines |
* | vrf: VRF_DEFAULT must be 0, remove useless code | Christophe Gouault | 2020-09-21 | 1 | -1/+1 |
* | lib, zebra: reuse and adapt ns_list walk functionality | Philippe Guibert | 2020-09-11 | 1 | -26/+9 |
* | zebra, lib: store relative default ns id in each namespace | Philippe Guibert | 2020-08-18 | 1 | -0/+4 |
* | zebra: importation of bgp evpn rt5 from vni with other netns | Philippe Guibert | 2020-08-18 | 1 | -0/+22 |
* | evpn-netns: Revert PR5077, has been re-worked post-refactor | Pat Ruddy | 2020-08-05 | 1 | -13/+4 |
* | lib, zebra: reuse and adapt ns_list walk functionality | Philippe Guibert | 2020-05-18 | 1 | -26/+9 |
* | zebra, lib: store relative default ns id in each namespace | Philippe Guibert | 2020-05-18 | 1 | -0/+4 |
* | zebra: importation of bgp evpn rt5 from vni with other netns | Philippe Guibert | 2020-05-18 | 1 | -0/+22 |
* | zebra: read in and sweep rules on startup | Stephen Worley | 2020-04-10 | 1 | -0/+1 |
* | zebra: XFREE ns->info directly to NULL it out | Stephen Worley | 2019-11-15 | 1 | -1/+1 |
* | zebra: default ns->info should be default zebra_ns | Stephen Worley | 2019-11-15 | 1 | -3/+14 |
* | *: frr_elevate_privs -> frr_with_privs | David Lamparter | 2019-09-03 | 1 | -1/+1 |
* | all: remove logical-router functionality | Igor Ryzhov | 2019-08-02 | 1 | -19/+0 |
* | zebra: move rtadv service from zrouter to zvrf | Philippe Guibert | 2019-06-04 | 1 | -8/+0 |
* | Revert "zebra: move rtadv service from zrouter to zvrf" | Donald Sharp | 2019-05-16 | 1 | -0/+8 |
* | zebra: move rtadv service from zrouter to zvrf | Philippe Guibert | 2019-04-25 | 1 | -8/+0 |
* | zebra: start the netns notification mechanism after ns initialisation | Philippe Guibert | 2019-01-09 | 1 | -1/+5 |
* | zebra: update local ns_id field | Philippe Guibert | 2019-01-08 | 1 | -0/+1 |
* | zebra: avoid initialising more than one the l3vni hash structure | Philippe Guibert | 2018-12-17 | 1 | -3/+0 |
* | zebra: separate netlink socket for dataplane | Mark Stapp | 2018-11-21 | 1 | -5/+34 |
* | zebra: Move ipset_hash, ipset_entry_hash and iptable_hash into zrouter | Donald Sharp | 2018-10-24 | 1 | -23/+0 |
* | zebra: Move rules_hash to zrouter | Donald Sharp | 2018-10-24 | 1 | -7/+3 |
* | zebra: Start breakup of zns into zrouter and zns | Donald Sharp | 2018-10-24 | 1 | -123/+0 |
* | bgpd, lib, zebra: Wrapper get/set of table->info pointer | Donald Sharp | 2018-09-24 | 1 | -2/+2 |
* | bgpd isisd zebra: misuse of comma operator | F. Aragon | 2018-09-14 | 1 | -2/+1 |
* | zebra: fix includes | Quentin Young | 2018-09-06 | 1 | -1/+0 |
* | *: use frr_elevate_privs() (1/2: coccinelle) | David Lamparter | 2018-08-14 | 1 | -5/+3 |
* | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 1 | -2/+2 |
* | bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGES | Donald Sharp | 2018-08-14 | 1 | -2/+3 |
* | zebra: ns_table list is extended to support multiple NETNS | Philippe Guibert | 2018-06-01 | 1 | -11/+24 |
* | zebra: rework pbr ipset entry | Philippe Guibert | 2018-05-25 | 1 | -2/+2 |
* | zebra: add IPTABLE_ADD and IPTABLE_DEL commands in zapi | Philippe Guibert | 2018-04-16 | 1 | -0/+9 |
* | zebra: handle entry pointfs for ipset creation/destruction | Philippe Guibert | 2018-04-16 | 1 | -0/+14 |
* | zebra: add an indirection table for ns_id | Philippe Guibert | 2018-04-13 | 1 | -3/+4 |
* | zebra: add the handling of table ids from remote daemons | Philippe Guibert | 2018-03-29 | 1 | -0/+6 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -1/+1 |
* | zebra: move hash rules creation to the vrf_enable place | Philippe Guibert | 2018-03-23 | 1 | -3/+4 |
* | zebra: Read in on startup arbitrary tables | Donald Sharp | 2018-03-16 | 1 | -0/+11 |
* | zebra: Upon client disconnect remove routes from all tables | Donald Sharp | 2018-03-16 | 1 | -0/+15 |
* | zebra: Keep track of rules written | Donald Sharp | 2018-03-09 | 1 | -0/+7 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -10/+8 |
* | zebra: adapt the vrf and logical router initialisation | Philippe Guibert | 2018-02-27 | 1 | -3/+22 |
* | zebra: upon startup, a NSID is assigned to default netns | Philippe Guibert | 2018-02-27 | 1 | -1/+11 |
* | zebra: collect and get netnamespaces information | Philippe Guibert | 2018-02-27 | 1 | -0/+3 |
* | zebra: handle the zns init/destroy | Philippe Guibert | 2018-02-27 | 1 | -2/+15 |
* | zebra: add the registration mechanism for netns | Philippe Guibert | 2018-02-27 | 1 | -1/+62 |
* | zebra: copy logical-router-command under vrf subnode | Philippe Guibert | 2018-02-27 | 1 | -0/+8 |
* | zebra: Fix up some code formatting issues. | Donald Sharp | 2018-02-23 | 1 | -2/+3 |
* | zebra: Fix warning found in CI system | Donald Sharp | 2018-02-23 | 1 | -3/+2 |
* | *: Make assignment from RB_ROOT in while loop work better | Donald Sharp | 2018-02-23 | 1 | -5/+6 |