summaryrefslogtreecommitdiff
path: root/lib/if.c
AgeCommit message (Expand)Author
2022-06-20Merge pull request #11146 from NicolasDichtel/masterIgor Ryzhov
2022-06-16lib: correct two commentsanlan_cs
2022-05-30lib/if: fix interface name comparisonNicolas Dichtel
2022-02-22lib: Fix possible usage of uninited dataDonald Sharp
2022-02-02lib: Correct bug for TE metric wrong assignementOlivier Dugeon
2022-01-24*: do not print vrf name for interface config when using vrf-liteIgor Ryzhov
2021-11-23lib, yang: remove vrf from the interface list keyIgor Ryzhov
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-22Merge pull request #10076 from idryzhov/if-is-loopback-or-vrfDonald Sharp
2021-11-17*: clean up ifp-by-local-address function(s)David Lamparter
2021-11-16*: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov
2021-11-11lib: fix vrf deletion when the last interface is deletedIgor Ryzhov
2021-11-05Merge pull request #9833 from idryzhov/cleanup-if-by-index-all-vrfRuss White
2021-10-28lib: make if_lookup_by_index_all_vrf internalIgor Ryzhov
2021-10-27Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-allRuss White
2021-10-25*: fix interface config write in NB-converted daemonsIgor Ryzhov
2021-10-25Merge pull request #9824 from idryzhov/nb-cli-const-lyd-nodeDonald Sharp
2021-10-19lib: allow to create interfaces in non-existing VRFsIgor Ryzhov
2021-10-16Merge pull request #9828 from idryzhov/if-lookup-optimizeDonatas Abraitis
2021-10-15lib: make if_lookup_by_name_all_vrf internalIgor Ryzhov
2021-10-14Merge pull request #9817 from donaldsharp/link_type_orderingDonatas Abraitis
2021-10-13lib: optimize if_lookup_by_name_all_vrfIgor Ryzhov
2021-10-13lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov
2021-10-13lib: Add missing enum values in switch statement for if_link_type_strDonald Sharp
2021-10-05lib: fix spelling nits in more lib filesewlumpkin
2021-08-23*: explicitly print "exit" at the end of every node configIgor Ryzhov
2021-07-29*: cleanup interface node installationIgor Ryzhov
2021-06-18lib: fix interface configuration after vrf changeIgor Ryzhov
2021-06-02northbound: KISS always batch yang config (file read), it's fasterChristian Hopps
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2021-04-12lib: fix interface nb stale pointersIgor Ryzhov
2021-03-17*: require semicolon after DEFINE_QOBJ & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_HOOK & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-02-02lib: add utility to get the next index in a vrfPat Ruddy
2021-01-28lib: Remove #if 0 codeDonald Sharp
2020-10-22lib: Convert inet_ntoa to %pI4Donatas Abraitis
2020-10-17lib: Convert usage of strings to %pFX and %pRNDonald Sharp
2020-09-21*: Remove solaris from FRRDonald Sharp
2020-08-28lib: Note old ifindex on shutdownDonald Sharp
2020-08-05evpn-netns: Revert PR5077, has been re-worked post-refactorPat Ruddy
2020-08-03lib: introduce configuration back-off timer for YANG-modeled commandsRenato Westphal
2020-08-03*: introduce DEFPY_YANG & friendsRenato Westphal
2020-07-14*: un-split strings across linesDavid Lamparter
2020-06-22zebra: show interfaces from all VRFs in "show interface ..." commandsIgor Ryzhov
2020-06-10Merge pull request #6414 from opensourcerouting/nb-error-handlingSantosh P K
2020-06-04lib: move all userdata when changing node xpathQuentin Young
2020-05-28*: convert northbound callbacks to new error handling modelRenato Westphal
2020-05-19Merge pull request #6426 from pguibert6WIND/update_ifname_before_hookStephen Worley
2020-05-19lib: fix bandwidth multiplier for link paramEmanuele Di Pascale