summaryrefslogtreecommitdiffstats
path: root/lib/vrf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vrf: VRF_DEFAULT must be 0, remove useless codeChristophe Gouault2020-09-211-14/+2
* lib: optimize vrf_id_to_name(VRF_DEFAULT) caseChristophe Gouault2020-09-211-0/+3
* Merge pull request #7089 from pguibert6WIND/netns-refactorRuss White2020-09-181-2/+6
|\
| * zebra, lib: store relative default ns id in each namespacePhilippe Guibert2020-08-181-2/+6
* | lib: Remove debug associated with vrf_getDonald Sharp2020-09-181-4/+0
* | lib: Add vrf name to vrf debugsDonald Sharp2020-09-181-3/+5
* | lib: Actually call nexthop_group_disable_vrfDonald Sharp2020-09-181-0/+8
|/
* evpn-netns: Revert PR5077, has been re-worked post-refactorPat Ruddy2020-08-051-6/+2
* lib: introduce configuration back-off timer for YANG-modeled commandsRenato Westphal2020-08-031-0/+1
* *: introduce DEFPY_YANG & friendsRenato Westphal2020-08-031-2/+2
* Merge pull request #6435 from idryzhov/fix-no-vrfQuentin Young2020-07-211-4/+2
|\
| * vtysh: return success from "no vrf" when VRF doesn't existIgor Ryzhov2020-07-091-4/+2
* | *: un-split strings across linesDavid Lamparter2020-07-141-2/+1
* | *: convert northbound callbacks to new error handling modelRenato Westphal2020-05-291-2/+2
|/
* zebra, lib: store relative default ns id in each namespacePhilippe Guibert2020-05-181-2/+6
* lib: update the CLI xpath index when exiting from the VRF nodeRenato Westphal2020-04-291-1/+1
* *: change the signature of the northbound callbacks to be more flexibleRenato Westphal2020-04-231-28/+25
* Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp2020-04-171-10/+170
|\
| * lib: convert vrf cmd to northbound config callbackChirag Shah2020-04-161-11/+26
| * lib: vrf northbound callbacksChirag Shah2020-04-161-0/+145
* | *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+2
* | *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+1
* | *: remove second parameter on install_node()David Lamparter2020-04-161-2/+5
* | *: remove cmd_node->vtyshDavid Lamparter2020-04-161-2/+0
* | *: clean up cmd_node initializersDavid Lamparter2020-04-161-2/+10
|/
* Merge pull request #5988 from xThaid/zebra_vrf_logsDavid Lamparter2020-04-141-4/+1
|\
| * zebra: Add vrf name and id to debugsJakub UrbaƄczyk2020-04-121-4/+1
* | lib: work around enum issue in old gccQuentin Young2020-04-131-1/+8
* | lib: improve sanity check on vrf backend valueQuentin Young2020-04-131-1/+1
* | lib: handle bogus VRF backend typeQuentin Young2020-04-131-2/+7
|/
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-1/+1
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-4/+2
* Merge pull request #5268 from qlyoung/vrrp-vrfDonatas Abraitis2019-12-221-1/+0
|\
| * lib: document vrf_socket(), vrf_bind()Quentin Young2019-12-181-1/+0
* | lib: make some variables staticDavid Lamparter2019-12-131-2/+2
|/
* *: fix missing VRF autocompletionsIgor Ryzhov2019-09-241-0/+8
* Merge pull request #4564 from pguibert6WIND/misc_vrf_update_nameRuss White2019-09-171-1/+7
|\
| * lib: call vrf update hook when default vrf name changesPhilippe Guibert2019-08-271-1/+7
* | *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-1/+1
|/
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-31/+2
* *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-2/+13
* zebra, ifp: on netlink discovery, anticipate the vrf creationPhilippe Guibert2019-06-121-0/+18
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-2/+2
* lib: perform a bind inside vrf_socket() callPhilippe Guibert2019-05-071-1/+7
* lib: Remove functionally dead code.Donald Sharp2019-05-031-8/+1
* Merge pull request #3720 from donaldsharp/bgp_vrf_peeringRenato Westphal2019-04-161-36/+0
|\
| * lib: Allow bgp to always create a listen socket for the vrfDonald Sharp2019-02-011-36/+0
* | Merge pull request #3548 from opensourcerouting/rip-vrfDonald Sharp2019-04-051-3/+3
|\ \
| * \ Merge remote-tracking branch 'frr/master' into rip-vrfRenato Westphal2019-03-291-10/+3
| |\ \
| * | | lib: constify a few parameters in the VRF codeRenato Westphal2019-01-181-3/+3