summaryrefslogtreecommitdiff
path: root/lib/if.c
AgeCommit message (Expand)Author
2025-03-24lib: expose comparision function to allow a typesafe conversionDonald Sharp
2025-01-15lib: remove VRF_BACKEND_UNKNOWNIgor Ryzhov
2025-01-13lib: if: track oper-state inlineChristian Hopps
2025-01-09lib: remove interface dead codeLouis Scalbert
2025-01-07lib: if.c use new get() oper callbackChristian Hopps
2024-10-29lib,zebra: remove table node from ifp structMark Stapp
2024-05-29Merge pull request #15082 from louis-6wind/fix-iff-lower-upIgor Ryzhov
2024-05-06if: fix same connected addressLoïc Sang
2024-04-26lib: take into account the iff_lower_up flagLouis Scalbert
2024-04-26build: include our own copy of if.h and dependenciesLouis Scalbert
2024-03-06lib: fix order of interfaces in the configIgor Ryzhov
2024-02-04lib, mgmtd: don't register NB config callbacks in mgmtdIgor Ryzhov
2024-01-28lib: don't set LP_EXTEND_ADM_GRP by defaultIgor Ryzhov
2024-01-19zebra: fix default value for affinity-modeIgor Ryzhov
2024-01-14yang: lib: interface MTUs can be larger than uint16Christian Hopps
2023-11-29lib: all: remove './' from xpath 22% speedupChristian Hopps
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-11-21*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp
2023-11-02lib: convert if_zapi_callbacks into actual hooksDavid Lamparter
2023-09-29*: Do not cast to the same type as the destination isDonatas Abraitis
2023-05-28lib, zebra: Ensure that the ifp->node existsDonald Sharp
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-10lib,yang,zebra: add extended admin-group supportLouis Scalbert
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-27*: fix non-const northbound XPath format stringsDavid Lamparter
2023-01-15lib: add a function to get the VRF or loopback interfaceLouis Scalbert
2023-01-13Revert "Merge pull request #11127 from louis-6wind/bgp-leak"Donald Sharp
2022-12-16lib: fix clang warningLouis Scalbert
2022-12-16lib: add a function to get the VRF or loopback interfaceLouis Scalbert
2022-12-02lib: use specific MTYPE for interface descriptionsMark Stapp
2022-11-03Merge pull request #12196 from opensourcerouting/xref-vtyshDonald Sharp
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-17lib,zebra: do not enable link-params when a link-params command failsLouis Scalbert
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