summaryrefslogtreecommitdiffstats
path: root/lib/if.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: fix interface nb stale pointersIgor Ryzhov2021-04-121-4/+19
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-171-1/+1
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-2/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-5/+5
* lib: add utility to get the next index in a vrfPat Ruddy2021-02-021-0/+34
* lib: Remove #if 0 codeDonald Sharp2021-01-281-142/+0
* lib: Convert inet_ntoa to %pI4Donatas Abraitis2020-10-221-4/+3
* lib: Convert usage of strings to %pFX and %pRNDonald Sharp2020-10-171-9/+6
* *: Remove solaris from FRRDonald Sharp2020-09-211-42/+0
* lib: Note old ifindex on shutdownDonald Sharp2020-08-281-0/+2
* evpn-netns: Revert PR5077, has been re-worked post-refactorPat Ruddy2020-08-051-8/+5
* lib: introduce configuration back-off timer for YANG-modeled commandsRenato Westphal2020-08-031-0/+1
* *: introduce DEFPY_YANG & friendsRenato Westphal2020-08-031-4/+4
* *: un-split strings across linesDavid Lamparter2020-07-141-2/+1
* zebra: show interfaces from all VRFs in "show interface ..." commandsIgor Ryzhov2020-06-221-0/+11
* Merge pull request #6414 from opensourcerouting/nb-error-handlingSantosh P K2020-06-101-2/+2
|\
| * *: convert northbound callbacks to new error handling modelRenato Westphal2020-05-291-2/+2
* | lib: move all userdata when changing node xpathQuentin Young2020-06-051-2/+8
|/
* Merge pull request #6426 from pguibert6WIND/update_ifname_before_hookStephen Worley2020-05-191-5/+8
|\
| * lib, zebra: update interface name at netlink creationPhilippe Guibert2020-05-191-5/+8
* | 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/+7
* Merge pull request #6279 from opensourcerouting/nb-cb-argsDonald Sharp2020-04-241-65/+56
|\
| * *: change the signature of the northbound callbacks to be more flexibleRenato Westphal2020-04-231-65/+56
* | *: sprintf -> snprintfQuentin Young2020-04-211-4/+5
|/
* lib: remove gcc 4.x workaround for nb structureChirag Shah2020-04-161-1/+0
* lib: add interface operational northbound callbackChirag Shah2020-04-161-0/+138
* lib: handle failure to change ifindexQuentin Young2020-04-131-5/+21
* lib: remove unnecessary null checksQuentin Young2020-04-131-4/+0
* lib: consolidate flexible array hack in a single placeRenato Westphal2020-04-041-24/+0
* *: Remove tests for some XFREE-family functionsDonatas Abraitis2020-03-111-5/+2
* lib: Add vrf name to outputs/debugsDonald Sharp2020-02-141-7/+14
* lib: Format according to our standardDonald Sharp2020-02-141-38/+34
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
* lib: fix ifindex comparison overflowQuentin Young2020-01-041-1/+6
* lib: make some variables staticDavid Lamparter2019-12-131-1/+1
* lib: fixes invalid running_entry when VRF is changedMahdi Varasteh2019-12-101-0/+2
* lib: gcc 4.x workaround v2 for frr_interface_infoDavid Lamparter2019-11-301-10/+25
* lib: add gcc 4.x workaround for frr_interface_infoDavid Lamparter2019-11-261-0/+10
* lib, ospfd, zebra: Convert interface_delete to take double pointerDonald Sharp2019-11-021-14/+16
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-8/+18
* *: Convert prefix_free to double pointerDonald Sharp2019-11-021-3/+3
* vrrpd: only count ipv4 addresses on check startGhasem Naddaf2019-10-291-0/+14
* lib: vrf lookup may be NULLDonald Sharp2019-10-251-1/+1
* *: Cleanup interface creation apisStephen Worley2019-10-101-21/+44
* lib: Don't add/del from name tree if name isnt setStephen Worley2019-10-101-2/+6
* Merge pull request #5009 from donaldsharp/interface_deletionRuss White2019-09-301-0/+50
|\
| * lib: delete interface if you can in upper level protocolDonald Sharp2019-09-191-0/+2
| * *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-0/+8
| * *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-0/+6