| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Rearrange vrf_bitmap_X api to reduce memory footprint | Donald Sharp | 2023-06-26 | 1 | -6/+5 |
* | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -16/+1 |
* | *: rework renaming the default VRF | Igor Ryzhov | 2021-12-21 | 1 | -4/+7 |
* | *: cleanup ifp->vrf_id | Igor Ryzhov | 2021-11-22 | 1 | -2/+0 |
* | lib: move zebra-only netns stuff to zebra | Igor Ryzhov | 2021-10-18 | 1 | -15/+0 |
* | vrf_name_to_id(): remove | G. Paul Ziemba | 2021-09-07 | 1 | -1/+0 |
* | lib: Remove unused function vrf_generate_id | Donald Sharp | 2021-09-02 | 1 | -1/+0 |
* | lib: remove unused argument from vrf_cmd_init | Igor Ryzhov | 2021-08-26 | 1 | -2/+1 |
* | lib: fix binding to a vrf | Igor Ryzhov | 2021-05-31 | 1 | -6/+5 |
* | *: modify VRF_CONFIGURED flag only in VRF NB layer | Igor Ryzhov | 2021-03-28 | 1 | -12/+0 |
* | *: require semicolon after DEFINE_QOBJ & co. | David Lamparter | 2021-03-17 | 1 | -2/+2 |
* | lib: add definitions for vrf xpaths | Igor Ryzhov | 2021-02-22 | 1 | -0/+3 |
* | Merge pull request #7508 from sudhanshukumar22/zebra-vrf-delete | Stephen Worley | 2021-02-10 | 1 | -0/+1 |
|\ |
|
| * | zebra: treat vrf add for existing vrf as update | sudhanshukumar22 | 2021-02-01 | 1 | -0/+1 |
* | | lib: add utility to count interfaces connected to a vrf | Pat Ruddy | 2021-02-02 | 1 | -0/+14 |
|/ |
|
* | lib: change limit of netns name from 15 to 35 characters | Louis Scalbert | 2020-11-09 | 1 | -1/+1 |
* | vrf: VRF_DEFAULT must be 0, remove useless code | Christophe Gouault | 2020-09-21 | 1 | -5/+1 |
* | zebra, lib: store relative default ns id in each namespace | Philippe Guibert | 2020-08-18 | 1 | -1/+1 |
* | evpn-netns: Revert PR5077, has been re-worked post-refactor | Pat Ruddy | 2020-08-05 | 1 | -1/+1 |
* | zebra, lib: store relative default ns id in each namespace | Philippe Guibert | 2020-05-18 | 1 | -1/+1 |
* | lib: vrf northbound callbacks | Chirag Shah | 2020-04-16 | 1 | -0/+2 |
* | lib: handle bogus VRF backend type | Quentin Young | 2020-04-13 | 1 | -6/+9 |
* | lib: Add a macro to allow for quick/easy display of vrf name | Donald Sharp | 2020-02-14 | 1 | -0/+2 |
* | lib: document vrf_socket(), vrf_bind() | Quentin Young | 2019-12-18 | 1 | -1/+24 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -30/+0 |
* | *: change interface structure, from vrf_id to vrf | Philippe Guibert | 2019-06-12 | 1 | -0/+2 |
* | zebra, lib: upon entering interface, create vrf context | Philippe Guibert | 2019-06-12 | 1 | -6/+10 |
* | lib: create interface upon accessing interface NB API. | Philippe Guibert | 2019-06-12 | 1 | -0/+24 |
* | Merge pull request #3548 from opensourcerouting/rip-vrf | Donald Sharp | 2019-04-05 | 1 | -3/+3 |
|\ |
|
| * | Merge remote-tracking branch 'frr/master' into rip-vrf | Renato Westphal | 2019-03-29 | 1 | -4/+9 |
| |\ |
|
| * | | lib: constify a few parameters in the VRF code | Renato Westphal | 2019-01-18 | 1 | -3/+3 |
* | | | Merge pull request #3772 from pguibert6WIND/vrf_backend_unknown | Donald Sharp | 2019-03-25 | 1 | -2/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | lib: interface handling where zebra not yet ready | Philippe Guibert | 2019-02-11 | 1 | -2/+3 |
* | | | lib: add extern "C" {} blocks to all libfrr headers | Renato Westphal | 2019-02-12 | 1 | -0/+8 |
* | | | libs, daemons: changes to permit c++ compilation | Mark Stapp | 2019-02-11 | 1 | -1/+1 |
|/ / |
|
* / | lib: remove the vrf_is_mapped_on_netns() function | Renato Westphal | 2019-01-20 | 1 | -3/+0 |
|/ |
|
* | lib, zebra: default vrf configured will not be overwritten by discovery | Philippe Guibert | 2018-11-21 | 1 | -1/+1 |
* | bgpd: allow vrf validity and bgp vrf import/export, when zebra is off | Philippe Guibert | 2018-11-13 | 1 | -0/+1 |
* | lib: redundant parentheses (SA) | F. Aragon | 2018-09-20 | 1 | -1/+1 |
* | bgpd lib ospf6d pbrd tests zebra: shadowing fixes | F. Aragon | 2018-09-13 | 1 | -4/+4 |
* | *: 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 |