summaryrefslogtreecommitdiffstats
path: root/zebra/if_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * *: remove null check before XFREEQuentin Young2019-02-261-2/+1
* | zebra: advertise evpn route upon l3vni svi mac chgChirag Shah2019-02-211-0/+20
|/
* zebra: Use the kernel flags from the IFA_FLAGS if it is availableDonald Sharp2019-01-281-3/+10
* zebra: set connected route metric based on the devaddr metricAnuradha Karuppiah2019-01-251-2/+8
* Merge pull request #3508 from chiragshah6/evpn_dev2Russ White2019-01-231-0/+1
|\
| * zebra: netlink_request consolidataionChirag Shah2018-12-311-0/+1
* | zebra: silence harmless ioctl warning when retrieving interface speedRenato Westphal2019-01-021-1/+1
|/
* zebra: Let zebra know about bond and blond slave intf typesDinesh Dutt2018-11-121-3/+28
* lib: retrofit interface commands to the new northbound modelRenato Westphal2018-10-271-2/+2
* Merge pull request #3052 from donaldsharp/dplane_2Russ White2018-09-241-13/+18
|\
| * zebra: Start abstraction of zebra_dplane_info for context passingMark Stapp2018-09-201-13/+18
* | zebra: Cleanup comments to appropriately match styleDonald Sharp2018-09-181-2/+4
* | zebra: resolve link dependencies post nldumpAnuradha Karuppiah2018-09-181-2/+10
|/
* zebra: Print out netlink message type instead of numberDonald Sharp2018-09-141-10/+12