| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Handle if up/down and vrf enable/disable events | Donald Sharp | 2018-04-18 | 1 | -0/+8 |
* | zebra: add an indirection table for ns_id | Philippe Guibert | 2018-04-13 | 1 | -3/+9 |
* | lib: a vrf is searched first by its name, than its vrf id | Philippe Guibert | 2018-04-13 | 1 | -3/+5 |
* | lib, vtysh: vrf walkup bugfix | Quentin Young | 2018-03-30 | 1 | -0/+12 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -8/+9 |
* | lib: privileges are granted to vty netns command | Philippe Guibert | 2018-03-13 | 1 | -3/+17 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -38/+38 |
* | lib: add vrf-lite bind capability to vrf APIs | Philippe Guibert | 2018-02-27 | 1 | -2/+36 |
* | lib: add vrf_ioctl API | Philippe Guibert | 2018-02-27 | 1 | -0/+20 |
* | lib: split logicalrouter and vrf netns feature | Philippe Guibert | 2018-02-27 | 1 | -24/+148 |
* | lib: add two APIs to handle socket operations with VRF NETNS | Philippe Guibert | 2018-02-27 | 1 | -2/+49 |
* | zebra: upon startup, a NSID is assigned to default netns | Philippe Guibert | 2018-02-27 | 1 | -0/+15 |
* | lib: provide an API to switch from one netns to an other | Philippe Guibert | 2018-02-27 | 1 | -0/+37 |
* | lib: add namespace name structure in zebra message | Philippe Guibert | 2018-02-27 | 1 | -3/+3 |
* | lib: externalise vrf and ns creation | Philippe Guibert | 2018-02-27 | 1 | -15/+46 |
* | zebra: socket operations stick to namespace if necessary | Philippe Guibert | 2018-02-27 | 1 | -1/+2 |
* | zebra: copy logical-router-command under vrf subnode | Philippe Guibert | 2018-02-27 | 1 | -0/+2 |
* | zebra: add a runtime flag to enable vrf with netns | Philippe Guibert | 2018-02-27 | 1 | -0/+17 |
* | *: Make assignment from RB_ROOT in while loop work better | Donald Sharp | 2018-02-23 | 1 | -2/+7 |
* | *: Refine the notion of a configured VRF in FRR | vivek | 2018-01-24 | 1 | -3/+0 |
* | lib: Handle configured VRFs at termination | vivek | 2018-01-24 | 1 | -2/+8 |
* | *: Handle VRF configuration when VRF gets inactivated and activated | vivek | 2018-01-24 | 1 | -9/+25 |
* | lib: vrf_bitmap_groups increased from 8 to 1024 | Philippe Guibert | 2018-01-22 | 1 | -1/+1 |
* | lib: increase vrf_id from 16 bit to 32 bit identifier | Philippe Guibert | 2018-01-22 | 1 | -3/+3 |
* | bgpd: json support for show bgp l2vpn evpn vrf-import-rt | Mitesh Kanjariya | 2017-12-14 | 1 | -1/+1 |
* | zebra, lib: zebra changes for symmetric routing support | Mitesh Kanjariya | 2017-12-14 | 1 | -0/+11 |
* | *: introduce new rb-tree to optimize interface lookup by ifindex | Renato Westphal | 2017-10-10 | 1 | -0/+1 |
* | *: use rb-trees to store interfaces instead of sorted linked-lists | Renato Westphal | 2017-10-10 | 1 | -16/+2 |
* | *: use clang's 'ForEachMacros' format style option | Renato Westphal | 2017-09-15 | 1 | -2/+1 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -337/+289 |
* | Merge remote-tracking branch 'frr/master' into newline-redux | David Lamparter | 2017-07-14 | 1 | -3/+3 |
|\ |
|
| * | vtysh: return non-zero for configuration failures | Daniel Walton | 2017-07-13 | 1 | -3/+3 |
* | | *: remove VTYNL, part 6 of 6 | David Lamparter | 2017-07-14 | 1 | -2/+2 |
* | | *: remove VTYNL, part 4 of 6 | David Lamparter | 2017-07-14 | 1 | -1/+1 |
* | | *: remove VTYNL, part 2 of 6 | David Lamparter | 2017-07-14 | 1 | -2/+1 |
* | | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -1/+1 |
|/ |
|
* | *: s/VTY_NEWLINE/VTYNL/g | Quentin Young | 2017-06-29 | 1 | -3/+3 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -1/+1 |
* | Merge pull request #730 from opensourcerouting/rbtree-improvement | Donald Sharp | 2017-06-19 | 1 | -8/+8 |
|\ |
|
| * | lib: improve the RB implementation | Rafael Zalamena | 2017-06-16 | 1 | -8/+8 |
* | | lib, vtysh, zebra: Fix per CR comments | Donald Sharp | 2017-06-16 | 1 | -4/+3 |
* | | *: Add vrf autocompletion for commands | Donald Sharp | 2017-06-16 | 1 | -2/+27 |
|/ |
|
* | Merge pull request #537 from donaldsharp/vrf_stuff | David Lamparter | 2017-05-17 | 1 | -46/+10 |
|\ |
|
| * | *: Consolidate vrf_hooks into vrf_init | Donald Sharp | 2017-05-16 | 1 | -28/+9 |
| * | *: Remove some unneeded functions | Donald Sharp | 2017-05-16 | 1 | -18/+0 |
| * | lib, zebra: Cleanup vrf api some | Donald Sharp | 2017-05-16 | 1 | -0/+1 |
* | | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
|/ |
|
* | *: apply DEFUN_NOSH for node-switch CLI commands | David Lamparter | 2017-03-28 | 1 | -1/+1 |
* | lib: remove unnecessary variable | Renato Westphal | 2017-02-01 | 1 | -3/+1 |
* | Merge branch 'stable/2.0-for-merge' | David Lamparter | 2017-01-13 | 1 | -3/+5 |
|\ |
|