summaryrefslogtreecommitdiffstats
path: root/lib/vrf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* | | | lib: reduce exported var symbolsQuentin Young2019-04-031-1/+1
* | | | Merge pull request #3772 from pguibert6WIND/vrf_backend_unknownDonald Sharp2019-03-251-0/+4
|\ \ \ \
| * | | | lib: interface handling where zebra not yet readyPhilippe Guibert2019-02-111-0/+4
| | |_|/ | |/| |
* | | | *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-1/+1
| |_|/ |/| |
* | | libs, daemons: changes to permit c++ compilationMark Stapp2019-02-111-2/+2
|/ /
* / lib: remove the vrf_is_mapped_on_netns() functionRenato Westphal2019-01-201-8/+1
|/
* lib: enforce vrf_name_to_id by returning default_vrf when name is nullPhilippe Guibert2018-12-281-0/+2
* lib, zebra: default vrf configured will not be overwritten by discoveryPhilippe Guibert2018-11-211-2/+10
* bgpd: allow vrf validity and bgp vrf import/export, when zebra is offPhilippe Guibert2018-11-131-0/+7
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-1/+1
* *: style for EC replacementsQuentin Young2018-09-131-2/+2
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-11/+11
* Merge remote-tracking branch 'frr/master' into warningsDavid Lamparter2018-09-121-3/+7
|\
| * zebra/lib: code cleaningThibaut Collet2018-09-061-6/+2
| * vrf: return vrf implementation for default vrfThibaut Collet2018-08-301-2/+10
* | *: style for flog_warn conversionsQuentin Young2018-09-061-2/+2
* | lib: Convert vrf.c to use new error-code subsystemDonald Sharp2018-09-061-7/+8
|/
* lib: avoid default vrf name memory allocation at startupPhilippe Guibert2018-08-281-5/+2
* lib: protect newly created vrfs against default vrf naming.Philippe Guibert2018-08-281-1/+9
* lib: set default vrf name at startupPhilippe Guibert2018-08-281-1/+7
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+6
* lib: autocomple vrf list authorises default vrf namePhilippe Guibert2018-08-281-4/+2