summaryrefslogtreecommitdiffstats
path: root/lib/if.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: Fix possible usage of uninited dataDonald Sharp2022-02-221-1/+2
* lib: Correct bug for TE metric wrong assignementOlivier Dugeon2022-02-021-5/+7
* *: do not print vrf name for interface config when using vrf-liteIgor Ryzhov2022-01-241-0/+16
* lib, yang: remove vrf from the interface list keyIgor Ryzhov2021-11-231-74/+138
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-9/+7
* Merge pull request #10076 from idryzhov/if-is-loopback-or-vrfDonald Sharp2021-11-221-3/+4
|\
| * *: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov2021-11-161-3/+4
* | *: clean up ifp-by-local-address function(s)David Lamparter2021-11-171-14/+29
|/
* lib: fix vrf deletion when the last interface is deletedIgor Ryzhov2021-11-111-4/+5
* Merge pull request #9833 from idryzhov/cleanup-if-by-index-all-vrfRuss White2021-11-051-1/+2
|\
| * lib: make if_lookup_by_index_all_vrf internalIgor Ryzhov2021-10-281-1/+2
* | Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-allRuss White2021-10-271-1/+1
|\ \
| * | lib: make if_lookup_by_name_all_vrf internalIgor Ryzhov2021-10-151-1/+1
| |/
* | *: fix interface config write in NB-converted daemonsIgor Ryzhov2021-10-251-0/+19
* | Merge pull request #9824 from idryzhov/nb-cli-const-lyd-nodeDonald Sharp2021-10-251-5/+7
|\ \
| * | lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-131-5/+7
* | | lib: allow to create interfaces in non-existing VRFsIgor Ryzhov2021-10-191-165/+109
* | | Merge pull request #9828 from idryzhov/if-lookup-optimizeDonatas Abraitis2021-10-161-1/+1
|\ \ \ | |_|/ |/| |
| * | lib: optimize if_lookup_by_name_all_vrfIgor Ryzhov2021-10-131-1/+1
| |/
* | Merge pull request #9817 from donaldsharp/link_type_orderingDonatas Abraitis2021-10-141-3/+4
|\ \
| * | lib: Add missing enum values in switch statement for if_link_type_strDonald Sharp2021-10-131-3/+4
| |/
* / lib: fix spelling nits in more lib filesewlumpkin2021-10-051-3/+3
|/
* *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-0/+6
* *: cleanup interface node installationIgor Ryzhov2021-07-291-1/+11
* lib: fix interface configuration after vrf changeIgor Ryzhov2021-06-181-8/+11
* northbound: KISS always batch yang config (file read), it's fasterChristian Hopps2021-06-021-4/+3
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-3/+3
* lib: fix interface nb stale pointersIgor Ryzhov2021-04-121-4/+19
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-171-1/+1
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-2/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-5/+5
* lib: add utility to get the next index in a vrfPat Ruddy2021-02-021-0/+34
* lib: Remove #if 0 codeDonald Sharp2021-01-281-142/+0
* lib: Convert inet_ntoa to %pI4Donatas Abraitis2020-10-221-4/+3
* lib: Convert usage of strings to %pFX and %pRNDonald Sharp2020-10-171-9/+6
* *: Remove solaris from FRRDonald Sharp2020-09-211-42/+0
* lib: Note old ifindex on shutdownDonald Sharp2020-08-281-0/+2
* evpn-netns: Revert PR5077, has been re-worked post-refactorPat Ruddy2020-08-051-8/+5
* lib: introduce configuration back-off timer for YANG-modeled commandsRenato Westphal2020-08-031-0/+1
* *: introduce DEFPY_YANG & friendsRenato Westphal2020-08-031-4/+4
* *: un-split strings across linesDavid Lamparter2020-07-141-2/+1
* zebra: show interfaces from all VRFs in "show interface ..." commandsIgor Ryzhov2020-06-221-0/+11
* Merge pull request #6414 from opensourcerouting/nb-error-handlingSantosh P K2020-06-101-2/+2
|\
| * *: convert northbound callbacks to new error handling modelRenato Westphal2020-05-291-2/+2
* | lib: move all userdata when changing node xpathQuentin Young2020-06-051-2/+8
|/
* Merge pull request #6426 from pguibert6WIND/update_ifname_before_hookStephen Worley2020-05-191-5/+8
|\
| * lib, zebra: update interface name at netlink creationPhilippe Guibert2020-05-191-5/+8
* | lib: fix bandwidth multiplier for link paramEmanuele Di Pascale2020-05-191-1/+1
|/
* lib: constify a few parameters of helper functionsRenato Westphal2020-04-301-6/+7
* Merge pull request #6279 from opensourcerouting/nb-cb-argsDonald Sharp2020-04-241-65/+56
|\