summaryrefslogtreecommitdiffstats
path: root/lib/if.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib, ospfd, zebra: Convert interface_delete to take double pointerDonald Sharp2019-11-021-1/+1
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* vrrpd: only count ipv4 addresses on check startGhasem Naddaf2019-10-291-0/+1
* *: Cleanup interface creation apisStephen Worley2019-10-101-3/+9
* lib: Use correct if compare function in tree protoStephen Worley2019-10-101-1/+1
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-0/+1
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-0/+1
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-0/+1
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-0/+2
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+5
* lib, zebra: Allow for interface deletion when kernel event happensDonald Sharp2019-09-191-0/+6
* Merge pull request #4812 from pogojotz/fix-destination-multi-useDonald Sharp2019-08-261-5/+1
|\
| * zebra: Do not use connection dest for bcastJuergen Werner2019-08-181-5/+1
* | zebra: Ensure master's ifname is known, even if slave comes up firstDinesh G Dutt2019-08-131-0/+3
|/
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-23/+17
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-221-17/+23
|\
| * *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-13/+17
| * lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()...Philippe Guibert2019-06-121-1/+1
| * *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-1/+1
| * lib, ospfd, pimd, zebra: change if_create() api with vrfPhilippe Guibert2019-06-111-1/+1
| * ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrfPhilippe Guibert2019-06-111-1/+3
* | lib: use MTYPE_STATICDavid Lamparter2019-06-211-1/+0
|/
* vrrpd: autoconfig supportQuentin Young2019-05-171-0/+4
* lib: add function to get iface link-localQuentin Young2019-05-171-0/+1
* vrrpd: add initial macvlan supportQuentin Young2019-05-171-0/+2
* libs: use const in some interface flag accessorsMark Stapp2019-04-221-10/+10
* lib: add extern "C" {} blocks to all libfrr headersRenato Westphal2019-02-121-0/+8