summaryrefslogtreecommitdiffstats
path: root/lib/if.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib, mgmtd: don't register NB config callbacks in mgmtdIgor Ryzhov2024-02-041-0/+1
* zebra: convert interface link-params packet-loss command to NBIgor Ryzhov2024-01-281-1/+1
* zebra: Add connected with noprefixrouteDonald Sharp2023-12-061-0/+2
* lib: remove `distribute_{in,out}` from interfaceDavid Lamparter2023-11-221-4/+0
* *: convert `struct interface->connected` to DLISTDavid Lamparter2023-11-221-4/+7
* *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp2023-11-211-3/+1
* Merge pull request #14724 from donaldsharp/workqueue_cleanupDonatas Abraitis2023-11-041-19/+21
|\
| * lib: Cleanup some header files in libDonald Sharp2023-11-031-19/+21
* | lib: convert if_zapi_callbacks into actual hooksDavid Lamparter2023-11-031-6/+21
|/
* lib: remove unused connected_add prototypeDavid Lamparter2023-10-091-1/+0
* lib,zebra: add tx queuelen to interface structMark Stapp2023-09-011-0/+3
* 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-2/+21
* | lib: fix traffic engineering extended maskLouis Scalbert2023-02-021-1/+1
|/
* lib: add a function to get the VRF or loopback interfaceLouis Scalbert2023-01-151-0/+1
* Revert "Merge pull request #11127 from louis-6wind/bgp-leak"Donald Sharp2023-01-131-1/+0
* lib: add a function to get the VRF or loopback interfaceLouis Scalbert2022-12-161-0/+1
* lib: fix the default TE bandwidthLouis Scalbert2022-10-271-1/+5
* lib,zebra: do not enable link-params when a link-params command failsLouis Scalbert2022-10-171-0/+2
* lib: change FRR interface name length definitionRafael Zalamena2022-05-021-1/+1
* *: do not print vrf name for interface config when using vrf-liteIgor Ryzhov2022-01-241-0/+2
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-19/+18
* Merge pull request #10076 from idryzhov/if-is-loopback-or-vrfDonald Sharp2021-11-221-2/+2
|\
| * *: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov2021-11-161-2/+2
* | *: clean up ifp-by-local-address function(s)David Lamparter2021-11-171-1/+7
|/
* *: Cleanup some documentation from quagga->frrDonald Sharp2021-11-111-8/+4
* Merge pull request #9833 from idryzhov/cleanup-if-by-index-all-vrfRuss White2021-11-051-1/+0
|\
| * lib: make if_lookup_by_index_all_vrf internalIgor Ryzhov2021-10-281-1/+0
* | Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-allRuss White2021-10-271-1/+0
|\ \
| * | lib: make if_lookup_by_name_all_vrf internalIgor Ryzhov2021-10-151-1/+0
| |/
* | *: fix interface config write in NB-converted daemonsIgor Ryzhov2021-10-251-0/+1
* | lib: allow to create interfaces in non-existing VRFsIgor Ryzhov2021-10-191-9/+4
|/
* lib: fix spelling nits in more lib filesewlumpkin2021-10-051-2/+2
* *: cleanup interface node installationIgor Ryzhov2021-07-291-1/+2
* lib,zebra: Use a flag to track down status for connected addrsMark Stapp2021-05-121-0/+3
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-171-2/+2
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-2/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* lib: add utility to get the next index in a vrfPat Ruddy2021-02-021-0/+2
* lib: Note old ifindex on shutdownDonald Sharp2020-08-281-0/+2
* evpn-netns: Revert PR5077, has been re-worked post-refactorPat Ruddy2020-08-051-4/+3
* zebra: show interfaces from all VRFs in "show interface ..." commandsIgor Ryzhov2020-06-221-1/+2
* Merge pull request #6426 from pguibert6WIND/update_ifname_before_hookStephen Worley2020-05-191-3/+4
|\
| * lib, zebra: update interface name at netlink creationPhilippe Guibert2020-05-191-3/+4
* | 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/+6
* *: change the signature of the northbound callbacks to be more flexibleRenato Westphal2020-04-231-18/+0
* lib: add interface operational northbound callbackChirag Shah2020-04-161-0/+18
* lib: handle failure to change ifindexQuentin Young2020-04-131-28/+53