summaryrefslogtreecommitdiffstats
path: root/lib/if.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* if: fix same connected addressLoïc Sang2024-05-061-17/+2
* lib: fix order of interfaces in the configIgor Ryzhov2024-03-061-0/+11
* lib, mgmtd: don't register NB config callbacks in mgmtdIgor Ryzhov2024-02-041-0/+25
* lib: don't set LP_EXTEND_ADM_GRP by defaultIgor Ryzhov2024-01-281-1/+1
* zebra: fix default value for affinity-modeIgor Ryzhov2024-01-191-1/+1
* yang: lib: interface MTUs can be larger than uint16Christian Hopps2024-01-141-1/+1
* lib: all: remove './' from xpath 22% speedupChristian Hopps2023-11-291-3/+3
* *: convert `struct interface->connected` to DLISTDavid Lamparter2023-11-221-33/+18
* *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp2023-11-211-4/+3
* lib: convert if_zapi_callbacks into actual hooksDavid Lamparter2023-11-031-27/+11
* *: Do not cast to the same type as the destination isDonatas Abraitis2023-09-291-2/+2
* lib, zebra: Ensure that the ifp->node existsDonald Sharp2023-05-281-0/+1
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* | lib,yang,zebra: add extended admin-group supportLouis Scalbert2023-02-101-0/+46
|/
* *: fix non-const northbound XPath format stringsDavid Lamparter2023-01-271-2/+2
* lib: add a function to get the VRF or loopback interfaceLouis Scalbert2023-01-151-0/+14
* 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