summaryrefslogtreecommitdiffstats
path: root/lib/if.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #11127 from louis-6wind/bgp-leak"Donald Sharp2023-01-131-16/+1
* lib: fix clang warningLouis Scalbert2022-12-161-1/+2
* lib: add a function to get the VRF or loopback interfaceLouis Scalbert2022-12-161-0/+14
* lib: use specific MTYPE for interface descriptionsMark Stapp2022-12-021-4/+5
* Merge pull request #12196 from opensourcerouting/xref-vtyshDonald Sharp2022-11-031-2/+0
|\
| * build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* | lib,zebra: do not enable link-params when a link-params command failsLouis Scalbert2022-10-171-5/+21
|/
* Merge pull request #11146 from NicolasDichtel/masterIgor Ryzhov2022-06-201-2/+14
|\
| * lib/if: fix interface name comparisonNicolas Dichtel2022-05-301-2/+14
* | lib: correct two commentsanlan_cs2022-06-161-1/+1
|/
* 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