| Commit message (Expand) | Author | Age | Files | Lines |
* | *: un-split strings across lines | David Lamparter | 2020-07-14 | 1 | -8/+4 |
* | zebra: more clean-ups in netlink code | Jakub Urbańczyk | 2020-06-13 | 1 | -3/+3 |
* | zebra: clean up netlink api | Jakub Urbańczyk | 2020-06-13 | 1 | -12/+12 |
* | zebra: include dest addr when deleting p2p from interface | Mark Stapp | 2020-06-01 | 1 | -1/+8 |
* | Merge pull request #6426 from pguibert6WIND/update_ifname_before_hook | Stephen Worley | 2020-05-19 | 1 | -3/+1 |
|\ |
|
| * | lib, zebra: update interface name at netlink creation | Philippe Guibert | 2020-05-19 | 1 | -3/+1 |
* | | zebra: bridge layer2 information records ns_id where bridge is | Philippe Guibert | 2020-05-18 | 1 | -3/+5 |
* | | zebra, lib: new API to get absolute netns val from relative netns val | Philippe Guibert | 2020-05-18 | 1 | -3/+6 |
* | | zebra: across network namespace, vxlan remembers the link information | Philippe Guibert | 2020-05-18 | 1 | -4/+31 |
|/ |
|
* | zebra: fix detection of VRF misconfiguration | Renato Westphal | 2020-04-30 | 1 | -10/+13 |
* | zebra: Prevent awful misconfiguration in vrf's | Donald Sharp | 2020-04-22 | 1 | -3/+15 |
* | zebra: Modify netlink_request to statisfy coverity | Donald Sharp | 2020-04-15 | 1 | -1/+1 |
* | *: Replace `sizeof something` to sizeof(something) | Donatas Abraitis | 2020-03-08 | 1 | -15/+15 |
* | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__ | Donatas Abraitis | 2020-03-05 | 1 | -11/+12 |
* | Merge pull request #5614 from qlyoung/fix-zebra-zapi-crashes | Renato Westphal | 2020-01-07 | 1 | -1/+1 |
|\ |
|
| * | zebra: use correct attr size for netlink enc | Quentin Young | 2020-01-03 | 1 | -1/+1 |
* | | zebra: fix undefined bitshifts in netlink stuff | Quentin Young | 2020-01-04 | 1 | -2/+2 |
|/ |
|
* | zebra: Move the supports_nh bool to a better place | Stephen Worley | 2019-10-25 | 1 | -9/+1 |
* | zebra: Sweep our nexthop objects out on restart | Stephen Worley | 2019-10-25 | 1 | -2/+1 |
* | zebra: Add kernel condition check to see if it supports nexthops | Stephen Worley | 2019-10-25 | 1 | -3/+11 |
* | zebra: Add base functionality for nexthop processing via the dataplane | Stephen Worley | 2019-10-25 | 1 | -0/+2 |
* | zebra: Add functionality to parse RTM_NEWNEXTHOP and RTM_DELNEXTHOP messages | Stephen Worley | 2019-10-25 | 1 | -0/+6 |
* | zebra: Separate interface address lookup | Stephen Worley | 2019-10-25 | 1 | -0/+18 |
* | zebra: On if down/addr-del, process kernel routes | Stephen Worley | 2019-10-18 | 1 | -0/+10 |
* | *: Cleanup interface creation apis | Stephen Worley | 2019-10-10 | 1 | -4/+3 |
* | Merge pull request #5009 from donaldsharp/interface_deletion | Russ White | 2019-09-30 | 1 | -7/+7 |
|\ |
|
| * | zebra: Saving interface description makes no sense on deletion | Donald Sharp | 2019-09-19 | 1 | -7/+7 |
* | | Merge pull request #4959 from pguibert6WIND/zebra_inform_layer | Russ White | 2019-09-24 | 1 | -4/+12 |
|\ \ |
|
| * | | zebra: inform upper layer error when reading correct speed interface | Julien Floret | 2019-09-17 | 1 | -4/+12 |
| |/ |
|
* / | Zebra: Rectifying the log messages. | vdhingra | 2019-09-19 | 1 | -1/+2 |
|/ |
|
* | *: frr_elevate_privs -> frr_with_privs | David Lamparter | 2019-09-03 | 1 | -1/+1 |
* | Merge pull request #4812 from pogojotz/fix-destination-multi-use | Donald Sharp | 2019-08-26 | 1 | -7/+8 |
|\ |
|
| * | zebra: Correct /32 addr del with broadcast set | Juergen Werner | 2019-08-18 | 1 | -3/+2 |
| * | zebra: Do not use connection dest for bcast | Juergen Werner | 2019-08-18 | 1 | -4/+6 |
* | | zebra: Ensure master's ifname is known, even if slave comes up first | Dinesh G Dutt | 2019-08-13 | 1 | -4/+13 |
|/ |
|
* | zebra: fix typo | David Lamparter | 2019-08-06 | 1 | -1/+1 |
* | zebra: send interface updates when down | Quentin Young | 2019-08-02 | 1 | -0/+6 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -18/+11 |
* | *: change interface structure, from vrf_id to vrf | Philippe Guibert | 2019-06-12 | 1 | -7/+7 |
* | lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()... | Philippe Guibert | 2019-06-12 | 1 | -1/+1 |
* | zebra, ifp: on netlink discovery, anticipate the vrf creation | Philippe Guibert | 2019-06-12 | 1 | -2/+2 |
* | ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrf | Philippe Guibert | 2019-06-11 | 1 | -2/+9 |
* | vrrpd, lib: style fixes | Quentin Young | 2019-05-17 | 1 | -3/+3 |
* | vrrpd: protodown macvlan in backup state | Quentin Young | 2019-05-17 | 1 | -0/+26 |
* | zebra: Modify how we display/store os description | Donald Sharp | 2019-04-25 | 1 | -10/+13 |
* | Merge pull request #3786 from mjstapp/dplane_intf | Donald Sharp | 2019-04-22 | 1 | -49/+37 |
|\ |
|
| * | zebra: removing old intf address code | Mark Stapp | 2019-04-22 | 1 | -81/+0 |
| * | zebra: Use dplane for interface addresses (netlink) | Mark Stapp | 2019-04-22 | 1 | -0/+69 |
* | | zebra: process mcast-grp rxed in the vxlan-device | Anuradha Karuppiah | 2019-04-20 | 1 | -0/+5 |
|/ |
|
* | Merge pull request #3869 from qlyoung/cocci-fixes | David Lamparter | 2019-03-06 | 1 | -2/+1 |
|\ |
|