| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Add vrf name to outputs/debugs | Donald Sharp | 2020-02-14 | 1 | -7/+14 |
* | lib: Format according to our standard | Donald Sharp | 2020-02-14 | 1 | -38/+34 |
* | *: don't null after XFREE; XFREE does this itself | Quentin Young | 2020-02-03 | 1 | -1/+0 |
* | lib: fix ifindex comparison overflow | Quentin Young | 2020-01-04 | 1 | -1/+6 |
* | lib: make some variables static | David Lamparter | 2019-12-13 | 1 | -1/+1 |
* | lib: fixes invalid running_entry when VRF is changed | Mahdi Varasteh | 2019-12-10 | 1 | -0/+2 |
* | lib: gcc 4.x workaround v2 for frr_interface_info | David Lamparter | 2019-11-30 | 1 | -10/+25 |
* | lib: add gcc 4.x workaround for frr_interface_info | David Lamparter | 2019-11-26 | 1 | -0/+10 |
* | lib, ospfd, zebra: Convert interface_delete to take double pointer | Donald Sharp | 2019-11-02 | 1 | -14/+16 |
* | *: Convert connected_free to a double pointer | Donald Sharp | 2019-11-02 | 1 | -8/+18 |
* | *: Convert prefix_free to double pointer | Donald Sharp | 2019-11-02 | 1 | -3/+3 |
* | vrrpd: only count ipv4 addresses on check start | Ghasem Naddaf | 2019-10-29 | 1 | -0/+14 |
* | lib: vrf lookup may be NULL | Donald Sharp | 2019-10-25 | 1 | -1/+1 |
* | *: Cleanup interface creation apis | Stephen Worley | 2019-10-10 | 1 | -21/+44 |
* | lib: Don't add/del from name tree if name isnt set | Stephen Worley | 2019-10-10 | 1 | -2/+6 |
* | Merge pull request #5009 from donaldsharp/interface_deletion | Russ White | 2019-09-30 | 1 | -0/+50 |
|\ |
|
| * | lib: delete interface if you can in upper level protocol | Donald Sharp | 2019-09-19 | 1 | -0/+2 |
| * | *: Convert zapi->interface_delete to ifp callback | Donald Sharp | 2019-09-19 | 1 | -0/+8 |
| * | *: Convert interface_down to interface down callback | Donald Sharp | 2019-09-19 | 1 | -0/+6 |
| * | *: Convert from ->interface_up to the interface callback | Donald Sharp | 2019-09-19 | 1 | -0/+6 |
| * | *: Switch all zclient->interface_add to interface create callback | Donald Sharp | 2019-09-19 | 1 | -0/+6 |
| * | *: Add infrastructure to support zapi interface callbacks | Donald Sharp | 2019-09-19 | 1 | -0/+18 |
| * | lib, zebra: Allow for interface deletion when kernel event happens | Donald Sharp | 2019-09-19 | 1 | -0/+4 |
* | | *: fix missing VRF autocompletions | Igor Ryzhov | 2019-09-24 | 1 | -12/+12 |
|/ |
|
* | lib: add oper data cbs for ifaces | Quentin Young | 2019-09-18 | 1 | -0/+57 |
* | Revert "lib: introduce a read-write lock for northbound configurations" | Renato Westphal | 2019-09-18 | 1 | -11/+8 |
* | Merge pull request #4880 from ddutt/master | Donald Sharp | 2019-08-26 | 1 | -4/+20 |
|\ |
|
| * | lib: Make if_lookup_by_index understand if VRF is backed by netns or not | Dinesh G Dutt | 2019-08-26 | 1 | -4/+20 |
* | | lib: fix a couple more doc comments | Renato Westphal | 2019-08-21 | 1 | -2/+2 |
|/ |
|
* | zebra: Ensure master's ifname is known, even if slave comes up first | Dinesh G Dutt | 2019-08-13 | 1 | -6/+69 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -60/+47 |
* | Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2 | Donald Sharp | 2019-06-22 | 1 | -47/+60 |
|\ |
|
| * | *: change interface structure, from vrf_id to vrf | Philippe Guibert | 2019-06-12 | 1 | -12/+13 |
| * | lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()... | Philippe Guibert | 2019-06-12 | 1 | -6/+12 |
| * | zebra, ifp: on netlink discovery, anticipate the vrf creation | Philippe Guibert | 2019-06-12 | 1 | -0/+2 |
| * | zebra, lib: upon entering interface, create vrf context | Philippe Guibert | 2019-06-12 | 1 | -1/+1 |
| * | lib: create interface upon accessing interface NB API. | Philippe Guibert | 2019-06-12 | 1 | -14/+20 |
| * | *: change if_lookup_by_name() api with vrf | Philippe Guibert | 2019-06-12 | 1 | -11/+10 |
| * | lib, ospfd, pimd, zebra: change if_create() api with vrf | Philippe Guibert | 2019-06-11 | 1 | -5/+4 |
| * | ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrf | Philippe Guibert | 2019-06-11 | 1 | -11/+11 |
* | | lib: use MTYPE_STATIC | David Lamparter | 2019-06-21 | 1 | -1/+1 |
* | | *: fix northbound initializer warning on OpenBSD | David Lamparter | 2019-06-13 | 1 | -6/+10 |
|/ |
|
* | lib: add function to get iface link-local | Quentin Young | 2019-05-17 | 1 | -0/+13 |
* | vrrpd: add initial macvlan support | Quentin Young | 2019-05-17 | 1 | -0/+28 |
* | lib: introduce a read-write lock for northbound configurations | Renato Westphal | 2019-04-26 | 1 | -8/+11 |
* | Merge pull request #3786 from mjstapp/dplane_intf | Donald Sharp | 2019-04-22 | 1 | -10/+10 |
|\ |
|
| * | libs: use const in some interface flag accessors | Mark Stapp | 2019-04-22 | 1 | -10/+10 |
* | | lib: rework management of user pointers in the northbound layer | Renato Westphal | 2019-04-18 | 1 | -4/+5 |
|/ |
|
* | lib: Fixup IFF_OUT_LOG macro to make SA happy | Donald Sharp | 2019-04-07 | 1 | -3/+3 |
* | Merge pull request #3548 from opensourcerouting/rip-vrf | Donald Sharp | 2019-04-05 | 1 | -6/+6 |
|\ |
|