summaryrefslogtreecommitdiffstats
path: root/lib/if.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-0/+6
| * *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-0/+6
| * *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+18
| * lib, zebra: Allow for interface deletion when kernel event happensDonald Sharp2019-09-191-0/+4
* | *: fix missing VRF autocompletionsIgor Ryzhov2019-09-241-12/+12
|/
* lib: add oper data cbs for ifacesQuentin Young2019-09-181-0/+57
* Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal2019-09-181-11/+8
* Merge pull request #4880 from ddutt/masterDonald Sharp2019-08-261-4/+20
|\
| * lib: Make if_lookup_by_index understand if VRF is backed by netns or notDinesh G Dutt2019-08-261-4/+20
* | lib: fix a couple more doc commentsRenato Westphal2019-08-211-2/+2
|/
* zebra: Ensure master's ifname is known, even if slave comes up firstDinesh G Dutt2019-08-131-6/+69
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-60/+47
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-221-47/+60
|\
| * *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-12/+13
| * lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()...Philippe Guibert2019-06-121-6/+12
| * zebra, ifp: on netlink discovery, anticipate the vrf creationPhilippe Guibert2019-06-121-0/+2
| * zebra, lib: upon entering interface, create vrf contextPhilippe Guibert2019-06-121-1/+1
| * lib: create interface upon accessing interface NB API.Philippe Guibert2019-06-121-14/+20
| * *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-11/+10
| * lib, ospfd, pimd, zebra: change if_create() api with vrfPhilippe Guibert2019-06-111-5/+4
| * ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrfPhilippe Guibert2019-06-111-11/+11
* | lib: use MTYPE_STATICDavid Lamparter2019-06-211-1/+1
* | *: fix northbound initializer warning on OpenBSDDavid Lamparter2019-06-131-6/+10
|/
* lib: add function to get iface link-localQuentin Young2019-05-171-0/+13
* vrrpd: add initial macvlan supportQuentin Young2019-05-171-0/+28
* lib: introduce a read-write lock for northbound configurationsRenato Westphal2019-04-261-8/+11
* Merge pull request #3786 from mjstapp/dplane_intfDonald Sharp2019-04-221-10/+10
|\
| * libs: use const in some interface flag accessorsMark Stapp2019-04-221-10/+10
* | lib: rework management of user pointers in the northbound layerRenato Westphal2019-04-181-4/+5
|/
* lib: Fixup IFF_OUT_LOG macro to make SA happyDonald Sharp2019-04-071-3/+3
* Merge pull request #3548 from opensourcerouting/rip-vrfDonald Sharp2019-04-051-6/+6
|\