| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Note old ifindex on shutdown | Donald Sharp | 2020-08-28 | 1 | -0/+2 |
* | evpn-netns: Revert PR5077, has been re-worked post-refactor | Pat Ruddy | 2020-08-05 | 1 | -4/+3 |
* | zebra: show interfaces from all VRFs in "show interface ..." commands | Igor Ryzhov | 2020-06-22 | 1 | -1/+2 |
* | Merge pull request #6426 from pguibert6WIND/update_ifname_before_hook | Stephen Worley | 2020-05-19 | 1 | -3/+4 |
|\ |
|
| * | lib, zebra: update interface name at netlink creation | Philippe Guibert | 2020-05-19 | 1 | -3/+4 |
* | | lib: fix bandwidth multiplier for link param | Emanuele Di Pascale | 2020-05-19 | 1 | -1/+1 |
|/ |
|
* | lib: constify a few parameters of helper functions | Renato Westphal | 2020-04-30 | 1 | -6/+6 |
* | *: change the signature of the northbound callbacks to be more flexible | Renato Westphal | 2020-04-23 | 1 | -18/+0 |
* | lib: add interface operational northbound callback | Chirag Shah | 2020-04-16 | 1 | -0/+18 |
* | lib: handle failure to change ifindex | Quentin Young | 2020-04-13 | 1 | -28/+53 |
* | lib, ospfd, zebra: Convert interface_delete to take double pointer | Donald Sharp | 2019-11-02 | 1 | -1/+1 |
* | *: Convert connected_free to a double pointer | Donald Sharp | 2019-11-02 | 1 | -1/+1 |
* | vrrpd: only count ipv4 addresses on check start | Ghasem Naddaf | 2019-10-29 | 1 | -0/+1 |
* | *: Cleanup interface creation apis | Stephen Worley | 2019-10-10 | 1 | -3/+9 |
* | lib: Use correct if compare function in tree proto | Stephen Worley | 2019-10-10 | 1 | -1/+1 |
* | *: Convert zapi->interface_delete to ifp callback | Donald Sharp | 2019-09-19 | 1 | -0/+1 |
* | *: Convert interface_down to interface down callback | Donald Sharp | 2019-09-19 | 1 | -0/+1 |
* | *: Convert from ->interface_up to the interface callback | Donald Sharp | 2019-09-19 | 1 | -0/+1 |
* | *: Switch all zclient->interface_add to interface create callback | Donald Sharp | 2019-09-19 | 1 | -0/+2 |
* | *: Add infrastructure to support zapi interface callbacks | Donald Sharp | 2019-09-19 | 1 | -0/+5 |
* | lib, zebra: Allow for interface deletion when kernel event happens | Donald Sharp | 2019-09-19 | 1 | -0/+6 |
* | Merge pull request #4812 from pogojotz/fix-destination-multi-use | Donald Sharp | 2019-08-26 | 1 | -5/+1 |
|\ |
|
| * | zebra: Do not use connection dest for bcast | Juergen Werner | 2019-08-18 | 1 | -5/+1 |
* | | zebra: Ensure master's ifname is known, even if slave comes up first | Dinesh G Dutt | 2019-08-13 | 1 | -0/+3 |
|/ |
|
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -23/+17 |
* | Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2 | Donald Sharp | 2019-06-22 | 1 | -17/+23 |
|\ |
|
| * | *: change interface structure, from vrf_id to vrf | Philippe Guibert | 2019-06-12 | 1 | -13/+17 |
| * | lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()... | Philippe Guibert | 2019-06-12 | 1 | -1/+1 |
| * | *: change if_lookup_by_name() api with vrf | Philippe Guibert | 2019-06-12 | 1 | -1/+1 |
| * | lib, ospfd, pimd, zebra: change if_create() api with vrf | Philippe Guibert | 2019-06-11 | 1 | -1/+1 |
| * | ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrf | Philippe Guibert | 2019-06-11 | 1 | -1/+3 |
* | | lib: use MTYPE_STATIC | David Lamparter | 2019-06-21 | 1 | -1/+0 |
|/ |
|
* | vrrpd: autoconfig support | Quentin Young | 2019-05-17 | 1 | -0/+4 |
* | lib: add function to get iface link-local | Quentin Young | 2019-05-17 | 1 | -0/+1 |
* | vrrpd: add initial macvlan support | Quentin Young | 2019-05-17 | 1 | -0/+2 |
* | libs: use const in some interface flag accessors | Mark Stapp | 2019-04-22 | 1 | -10/+10 |
* | lib: add extern "C" {} blocks to all libfrr headers | Renato Westphal | 2019-02-12 | 1 | -0/+8 |
* | lib: remove extra top-level ; | David Lamparter | 2019-02-11 | 1 | -2/+2 |
* | zebra: set connected route metric based on the devaddr metric | Anuradha Karuppiah | 2019-01-25 | 1 | -0/+9 |
* | lib: retrofit interface commands to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -2/+1 |
* | yang, lib: add 'frr-interface.yang' and associated stub callbacks | Renato Westphal | 2018-10-27 | 1 | -1/+4 |
* | Merge pull request #3040 from pacovn/static_analysis__drop_const_1 | Quentin Young | 2018-09-17 | 1 | -1/+1 |
|\ |
|
| * | bgpd isisd ldpd lib: const drop fixes (SA) | F. Aragon | 2018-09-17 | 1 | -1/+1 |
* | | *: style for EC replacements | Quentin Young | 2018-09-13 | 1 | -20/+16 |
* | | *: LIB_[ERR|WARN] -> EC_LIB | Quentin Young | 2018-09-13 | 1 | -4/+4 |
|/ |
|
* | zebra: if multiple connecteds, select loopback or vrf if present | Don Slice | 2018-08-23 | 1 | -0/+1 |
* | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 1 | -4/+4 |
* | lib, zebra: Add LIB_ERR_INTERFACE | Donald Sharp | 2018-08-14 | 1 | -4/+8 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -12/+12 |
* | ospfd: Treat vrf interface as loopback type | Chirag Shah | 2018-03-08 | 1 | -0/+2 |