summaryrefslogtreecommitdiffstats
path: root/lib/if.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: remove extra top-level ;David Lamparter2019-02-111-2/+2
* zebra: set connected route metric based on the devaddr metricAnuradha Karuppiah2019-01-251-0/+9
* lib: retrofit interface commands to the new northbound modelRenato Westphal2018-10-271-2/+1
* yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal2018-10-271-1/+4
* Merge pull request #3040 from pacovn/static_analysis__drop_const_1Quentin Young2018-09-171-1/+1
|\
| * bgpd isisd ldpd lib: const drop fixes (SA)F. Aragon2018-09-171-1/+1
* | *: style for EC replacementsQuentin Young2018-09-131-20/+16
* | *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-4/+4
|/
* zebra: if multiple connecteds, select loopback or vrf if presentDon Slice2018-08-231-0/+1
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-4/+4
* lib, zebra: Add LIB_ERR_INTERFACEDonald Sharp2018-08-141-4/+8
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-12/+12
* ospfd: Treat vrf interface as loopback typeChirag Shah2018-03-081-0/+2