| Commit message (Expand) | Author | Age | Files | Lines |
* | *: add a vrf update hook to be informed of the vrf name | Philippe Guibert | 2018-08-28 | 1 | -2/+4 |
* | lib: offer an API to get and set default vrf name | Philippe Guibert | 2018-08-28 | 1 | -2/+4 |
* | lib: change vrf_is_mapped_on_netns API | Philippe Guibert | 2018-08-22 | 1 | -1/+1 |
* | lib: Fix vrf check output to only have 1 line | Donald Sharp | 2018-08-02 | 1 | -1/+0 |
* | lib,zebra: fix json output when vrf1 when not active | Nathan Van Gheem | 2018-07-27 | 1 | -2/+11 |
* | zebra: add an indirection table for ns_id | Philippe Guibert | 2018-04-13 | 1 | -1/+2 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -1/+1 |
* | zebra: handle the zebra netns delete notifications | Philippe Guibert | 2018-03-23 | 1 | -0/+1 |
* | lib: privileges are granted to vty netns command | Philippe Guibert | 2018-03-13 | 1 | -1/+2 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -9/+7 |
* | lib: add vrf-lite bind capability to vrf APIs | Philippe Guibert | 2018-02-27 | 1 | -2/+6 |
* | lib: add vrf_ioctl API | Philippe Guibert | 2018-02-27 | 1 | -0/+2 |
* | lib: split logicalrouter and vrf netns feature | Philippe Guibert | 2018-02-27 | 1 | -28/+56 |
* | lib: add two APIs to handle socket operations with VRF NETNS | Philippe Guibert | 2018-02-27 | 1 | -0/+9 |
* | zebra: upon startup, a NSID is assigned to default netns | Philippe Guibert | 2018-02-27 | 1 | -4/+6 |
* | lib: provide an API to switch from one netns to an other | Philippe Guibert | 2018-02-27 | 1 | -0/+7 |
* | lib: add namespace name structure in zebra message | Philippe Guibert | 2018-02-27 | 1 | -0/+2 |
* | lib: externalise vrf and ns creation | Philippe Guibert | 2018-02-27 | 1 | -0/+10 |
* | zebra: copy logical-router-command under vrf subnode | Philippe Guibert | 2018-02-27 | 1 | -0/+3 |
* | zebra: add a runtime flag to enable vrf with netns | Philippe Guibert | 2018-02-27 | 1 | -0/+6 |
* | *: Refine the notion of a configured VRF in FRR | vivek | 2018-01-24 | 1 | -1/+13 |
* | *: Handle VRF configuration when VRF gets inactivated and activated | vivek | 2018-01-24 | 1 | -1/+16 |
* | lib: increase vrf_id from 16 bit to 32 bit identifier | Philippe Guibert | 2018-01-22 | 1 | -2/+1 |
* | bgpd, lib, zebra: fix style problems | mitesh | 2017-12-27 | 1 | -1/+1 |
* | zebra, lib: zebra changes for symmetric routing support | Mitesh Kanjariya | 2017-12-14 | 1 | -0/+1 |
* | zebra: unify the ipv4/ipv6 'show ip route' commands - part 1/2 | Renato Westphal | 2017-10-24 | 1 | -0/+1 |
* | *: 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 | -11/+2 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -72/+60 |
* | *: remove VTYNL, part 4 of 6 | David Lamparter | 2017-07-14 | 1 | -2/+2 |
* | *: s/VTY_NEWLINE/VTYNL/g | Quentin Young | 2017-06-29 | 1 | -2/+2 |
* | lib, zebra: Pass up kernel table_id for vrf's | Donald Sharp | 2017-06-02 | 1 | -0/+17 |
* | Merge pull request #537 from donaldsharp/vrf_stuff | David Lamparter | 2017-05-17 | 1 | -27/+24 |
|\ |
|
| * | lib: Add some more documentation to vrf.h | Donald Sharp | 2017-05-16 | 1 | -1/+20 |
| * | *: Consolidate vrf_hooks into vrf_init | Donald Sharp | 2017-05-16 | 1 | -22/+4 |
| * | *: Remove some unneeded functions | Donald Sharp | 2017-05-16 | 1 | -4/+2 |
| * | lib, zebra: Cleanup vrf api some | Donald Sharp | 2017-05-16 | 1 | -2/+0 |
* | | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
|/ |
|
* | lib: Add VRF_ALL define | Donald Sharp | 2017-01-24 | 1 | -0/+1 |
* | Merge branch 'queue/osr/vtysh-generic' | David Lamparter | 2016-12-05 | 1 | -0/+3 |
|\ |
|
* \ | Merge branch 'stable/2.0' | David Lamparter | 2016-12-05 | 1 | -43/+13 |
|\ \
| |/
|/| |
|
| * | zebra/lib: remove redundant fields from zebra_vrf | Renato Westphal | 2016-11-28 | 1 | -1/+1 |
| * | lib/zebra: put vrf_get() on a diet | Renato Westphal | 2016-11-28 | 1 | -2/+1 |
| * | lib/zebra: convert vrf_list to a red-black tree | Renato Westphal | 2016-11-28 | 1 | -2/+4 |
| * | *: rename two vrf functions | Renato Westphal | 2016-11-28 | 1 | -1/+1 |
| * | lib: convert vrf code to use red-black trees as well | Renato Westphal | 2016-11-28 | 1 | -38/+7 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-18 | 1 | -0/+4 |
|\| |
|
| * | lib: qobj: register ifaces, routemaps & keychains | David Lamparter | 2016-10-07 | 1 | -0/+4 |
* | | Expand #defines in command strings | Daniel Walton | 2016-09-25 | 1 | -4/+0 |
* | | Revert "lib, zebra: Fixup if.c to work in the new regime" | Daniel Walton | 2016-09-22 | 1 | -1/+1 |