summaryrefslogtreecommitdiff
path: root/lib/if.c
AgeCommit message (Expand)Author
2020-08-28lib: Note old ifindex on shutdownDonald Sharp
2020-08-05evpn-netns: Revert PR5077, has been re-worked post-refactorPat Ruddy
2020-08-03lib: introduce configuration back-off timer for YANG-modeled commandsRenato Westphal
2020-08-03*: introduce DEFPY_YANG & friendsRenato Westphal
2020-07-14*: un-split strings across linesDavid Lamparter
2020-06-22zebra: show interfaces from all VRFs in "show interface ..." commandsIgor Ryzhov
2020-06-10Merge pull request #6414 from opensourcerouting/nb-error-handlingSantosh P K
2020-06-04lib: move all userdata when changing node xpathQuentin Young
2020-05-28*: convert northbound callbacks to new error handling modelRenato Westphal
2020-05-19Merge pull request #6426 from pguibert6WIND/update_ifname_before_hookStephen Worley
2020-05-19lib: fix bandwidth multiplier for link paramEmanuele Di Pascale
2020-05-19lib, zebra: update interface name at netlink creationPhilippe Guibert
2020-04-30lib: constify a few parameters of helper functionsRenato Westphal
2020-04-24Merge pull request #6279 from opensourcerouting/nb-cb-argsDonald Sharp
2020-04-23*: change the signature of the northbound callbacks to be more flexibleRenato Westphal
2020-04-20*: sprintf -> snprintfQuentin Young
2020-04-16lib: remove gcc 4.x workaround for nb structureChirag Shah
2020-04-16lib: add interface operational northbound callbackChirag Shah
2020-04-13lib: handle failure to change ifindexQuentin Young
2020-04-13lib: remove unnecessary null checksQuentin Young
2020-04-03lib: consolidate flexible array hack in a single placeRenato Westphal
2020-03-11*: Remove tests for some XFREE-family functionsDonatas Abraitis
2020-02-14lib: Add vrf name to outputs/debugsDonald Sharp
2020-02-14lib: Format according to our standardDonald Sharp
2020-02-03*: don't null after XFREE; XFREE does this itselfQuentin Young
2020-01-03lib: fix ifindex comparison overflowQuentin Young
2019-12-13lib: make some variables staticDavid Lamparter
2019-12-10lib: fixes invalid running_entry when VRF is changedMahdi Varasteh
2019-11-30lib: gcc 4.x workaround v2 for frr_interface_infoDavid Lamparter
2019-11-26lib: add gcc 4.x workaround for frr_interface_infoDavid Lamparter
2019-11-02lib, ospfd, zebra: Convert interface_delete to take double pointerDonald Sharp
2019-11-02*: Convert connected_free to a double pointerDonald Sharp
2019-11-02*: Convert prefix_free to double pointerDonald Sharp
2019-10-29vrrpd: only count ipv4 addresses on check startGhasem Naddaf
2019-10-24lib: vrf lookup may be NULLDonald Sharp
2019-10-09*: Cleanup interface creation apisStephen Worley
2019-10-09lib: Don't add/del from name tree if name isnt setStephen Worley
2019-09-30Merge pull request #5009 from donaldsharp/interface_deletionRuss White
2019-09-24*: fix missing VRF autocompletionsIgor Ryzhov
2019-09-19lib: delete interface if you can in upper level protocolDonald Sharp
2019-09-19*: Convert zapi->interface_delete to ifp callbackDonald Sharp
2019-09-19*: Convert interface_down to interface down callbackDonald Sharp
2019-09-19*: Convert from ->interface_up to the interface callbackDonald Sharp
2019-09-19*: Switch all zclient->interface_add to interface create callbackDonald Sharp
2019-09-19*: Add infrastructure to support zapi interface callbacksDonald Sharp
2019-09-19lib, zebra: Allow for interface deletion when kernel event happensDonald Sharp
2019-09-18lib: add oper data cbs for ifacesQuentin Young
2019-09-18Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal
2019-08-26Merge pull request #4880 from ddutt/masterDonald Sharp
2019-08-26lib: Make if_lookup_by_index understand if VRF is backed by netns or notDinesh G Dutt