| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Fix spelling of Inteface | Donald Sharp | 2022-04-02 | 1 | -3/+3 |
* | *: Fix spelling of wether | Donald Sharp | 2022-04-02 | 1 | -4/+4 |
* | *: Change thread->func to return void instead of int | Donald Sharp | 2022-02-24 | 1 | -4/+2 |
* | *: cleanup ifp->vrf_id | Igor Ryzhov | 2021-11-22 | 1 | -34/+21 |
* | *: fix interface config write in NB-converted daemons | Igor Ryzhov | 2021-10-25 | 1 | -28/+1 |
* | ripngd: Ensure better `struct thread *` semantics | Donald Sharp | 2021-10-04 | 1 | -1/+0 |
* | *: cleanup interface node installation | Igor Ryzhov | 2021-07-29 | 1 | -12/+1 |
* | ripngd: fix interface wakeup after shutdown | Igor Ryzhov | 2021-05-17 | 1 | -0/+3 |
* | lib: adapt to version 2 of libyang | Christian Hopps | 2021-05-13 | 1 | -1/+1 |
* | *: require semicolon after DEFINE_MTYPE & co | David Lamparter | 2021-03-17 | 1 | -1/+1 |
* | * : update signature of thread_cancel api | Mark Stapp | 2020-10-23 | 1 | -4/+1 |
* | ripngd: Convert to using %pFX | Donald Sharp | 2020-10-17 | 1 | -7/+3 |
* | ripd, ripngd: info -> debug | Donald Sharp | 2020-09-21 | 1 | -4/+5 |
* | *: move CLI node names to cmd_node->name | David Lamparter | 2020-04-16 | 1 | -0/+1 |
* | *: move CLI parent data to cmd_node->parent_node | David Lamparter | 2020-04-16 | 1 | -0/+1 |
* | *: remove second parameter on install_node() | David Lamparter | 2020-04-16 | 1 | -1/+3 |
* | *: remove cmd_node->vtysh | David Lamparter | 2020-04-16 | 1 | -1/+0 |
* | *: clean up cmd_node initializers | David Lamparter | 2020-04-16 | 1 | -1/+3 |
* | bgpd, lib, ripngd: Add agg_node_get_prefix | Donald Sharp | 2020-03-24 | 1 | -7/+2 |
* | ripngd: Add vrf name to debug output | Donald Sharp | 2020-02-14 | 1 | -14/+30 |
* | *: don't null after XFREE; XFREE does this itself | Quentin Young | 2020-02-03 | 1 | -1/+0 |
* | *: Convert connected_free to a double pointer | Donald Sharp | 2019-11-02 | 1 | -1/+1 |
* | *: strip trailing whitespace | Quentin Young | 2019-09-30 | 1 | -2/+2 |
* | *: Convert zapi->interface_delete to ifp callback | Donald Sharp | 2019-09-19 | 1 | -21/+1 |
* | *: Convert interface_down to interface down callback | Donald Sharp | 2019-09-19 | 1 | -17/+1 |
* | *: Convert from ->interface_up to the interface callback | Donald Sharp | 2019-09-19 | 1 | -17/+1 |
* | *: Switch all zclient->interface_add to interface create callback | Donald Sharp | 2019-09-19 | 1 | -9/+1 |
* | *: Add infrastructure to support zapi interface callbacks | Donald Sharp | 2019-09-19 | 1 | -0/+22 |
* | *: frr_elevate_privs -> frr_with_privs | David Lamparter | 2019-09-03 | 1 | -1/+1 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -10/+6 |
* | Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2 | Donald Sharp | 2019-06-22 | 1 | -6/+10 |
|\ |
|
| * | *: change interface structure, from vrf_id to vrf | Philippe Guibert | 2019-06-12 | 1 | -5/+6 |
| * | lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()... | Philippe Guibert | 2019-06-12 | 1 | -1/+4 |
* | | lib: use MTYPE_STATIC | David Lamparter | 2019-06-21 | 1 | -2/+4 |
|/ |
|
* | lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warnings | Mark Stapp | 2019-06-06 | 1 | -1/+2 |
* | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young | 2019-05-03 | 1 | -14/+7 |
* | Merge pull request #3548 from opensourcerouting/rip-vrf | Donald Sharp | 2019-04-05 | 1 | -127/+182 |
|\ |
|
| * | Merge remote-tracking branch 'frr/master' into rip-vrf | Renato Westphal | 2019-03-29 | 1 | -1/+1 |
| |\ |
|
| * | | ripngd: add VRF support | Renato Westphal | 2019-01-18 | 1 | -37/+76 |
| * | | ripngd: remove the ripng global variable | Renato Westphal | 2019-01-18 | 1 | -56/+80 |
| * | | ripngd: move "Vripng_passive_interface" to the ripng structure | Renato Westphal | 2019-01-18 | 1 | -14/+11 |
| * | | ripngd: move "ripng_enable_network" to the ripng structure | Renato Westphal | 2019-01-18 | 1 | -16/+16 |
| * | | ripngd: move "ripng_enable_if" to the ripng structure | Renato Westphal | 2019-01-18 | 1 | -19/+14 |
* | | | *: remove trailing newlines from zlog messages | Quentin Young | 2019-03-14 | 1 | -2/+2 |
| |/
|/| |
|
* | | Treewide: use ANSI function definitions | Ruben Kerkhof | 2019-01-24 | 1 | -2/+2 |
|/ |
|
* | ripngd: fix SIGHUP handling | Renato Westphal | 2018-12-03 | 1 | -31/+0 |
* | ripngd: retrofit the 'split-horizon' command to the new northbound model | Renato Westphal | 2018-12-03 | 1 | -91/+14 |
* | ripngd: retrofit the 'passive-interface' command to the new northbound model | Renato Westphal | 2018-12-03 | 1 | -42/+9 |
* | ripngd: retrofit the 'network' command to the new northbound model | Renato Westphal | 2018-12-03 | 1 | -71/+13 |
* | *: LIB_[ERR|WARN] -> EC_LIB | Quentin Young | 2018-09-13 | 1 | -1/+1 |