summaryrefslogtreecommitdiffstats
path: root/zebra/if_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: un-split strings across linesDavid Lamparter2020-07-141-8/+4
* zebra: more clean-ups in netlink codeJakub Urbańczyk2020-06-131-3/+3
* zebra: clean up netlink apiJakub Urbańczyk2020-06-131-12/+12
* zebra: include dest addr when deleting p2p from interfaceMark Stapp2020-06-011-1/+8
* Merge pull request #6426 from pguibert6WIND/update_ifname_before_hookStephen Worley2020-05-191-3/+1
|\
| * lib, zebra: update interface name at netlink creationPhilippe Guibert2020-05-191-3/+1
* | zebra: bridge layer2 information records ns_id where bridge isPhilippe Guibert2020-05-181-3/+5
* | zebra, lib: new API to get absolute netns val from relative netns valPhilippe Guibert2020-05-181-3/+6
* | zebra: across network namespace, vxlan remembers the link informationPhilippe Guibert2020-05-181-4/+31
|/
* zebra: fix detection of VRF misconfigurationRenato Westphal2020-04-301-10/+13
* zebra: Prevent awful misconfiguration in vrf'sDonald Sharp2020-04-221-3/+15
* zebra: Modify netlink_request to statisfy coverityDonald Sharp2020-04-151-1/+1
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-15/+15
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-11/+12
* Merge pull request #5614 from qlyoung/fix-zebra-zapi-crashesRenato Westphal2020-01-071-1/+1
|\
| * zebra: use correct attr size for netlink encQuentin Young2020-01-031-1/+1
* | zebra: fix undefined bitshifts in netlink stuffQuentin Young2020-01-041-2/+2
|/
* zebra: Move the supports_nh bool to a better placeStephen Worley2019-10-251-9/+1
* zebra: Sweep our nexthop objects out on restartStephen Worley2019-10-251-2/+1
* zebra: Add kernel condition check to see if it supports nexthopsStephen Worley2019-10-251-3/+11
* zebra: Add base functionality for nexthop processing via the dataplaneStephen Worley2019-10-251-0/+2
* zebra: Add functionality to parse RTM_NEWNEXTHOP and RTM_DELNEXTHOP messagesStephen Worley2019-10-251-0/+6
* zebra: Separate interface address lookupStephen Worley2019-10-251-0/+18
* zebra: On if down/addr-del, process kernel routesStephen Worley2019-10-181-0/+10
* *: Cleanup interface creation apisStephen Worley2019-10-101-4/+3
* Merge pull request #5009 from donaldsharp/interface_deletionRuss White2019-09-301-7/+7
|\
| * zebra: Saving interface description makes no sense on deletionDonald Sharp2019-09-191-7/+7
* | Merge pull request #4959 from pguibert6WIND/zebra_inform_layerRuss White2019-09-241-4/+12
|\ \
| * | zebra: inform upper layer error when reading correct speed interfaceJulien Floret2019-09-171-4/+12
| |/
* / Zebra: Rectifying the log messages.vdhingra2019-09-191-1/+2
|/
* *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-1/+1
* Merge pull request #4812 from pogojotz/fix-destination-multi-useDonald Sharp2019-08-261-7/+8
|\
| * zebra: Correct /32 addr del with broadcast setJuergen Werner2019-08-181-3/+2
| * zebra: Do not use connection dest for bcastJuergen Werner2019-08-181-4/+6
* | zebra: Ensure master's ifname is known, even if slave comes up firstDinesh G Dutt2019-08-131-4/+13
|/
* zebra: fix typoDavid Lamparter2019-08-061-1/+1
* zebra: send interface updates when downQuentin Young2019-08-021-0/+6
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-18/+11
* *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-7/+7
* lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()...Philippe Guibert2019-06-121-1/+1
* zebra, ifp: on netlink discovery, anticipate the vrf creationPhilippe Guibert2019-06-121-2/+2
* ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrfPhilippe Guibert2019-06-111-2/+9
* vrrpd, lib: style fixesQuentin Young2019-05-171-3/+3
* vrrpd: protodown macvlan in backup stateQuentin Young2019-05-171-0/+26
* zebra: Modify how we display/store os descriptionDonald Sharp2019-04-251-10/+13
* Merge pull request #3786 from mjstapp/dplane_intfDonald Sharp2019-04-221-49/+37
|\
| * zebra: removing old intf address codeMark Stapp2019-04-221-81/+0
| * zebra: Use dplane for interface addresses (netlink)Mark Stapp2019-04-221-0/+69
* | zebra: process mcast-grp rxed in the vxlan-deviceAnuradha Karuppiah2019-04-201-0/+5
|/
* Merge pull request #3869 from qlyoung/cocci-fixesDavid Lamparter2019-03-061-2/+1
|\