summaryrefslogtreecommitdiffstats
path: root/ripngd/ripng_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Fix spelling of IntefaceDonald Sharp2022-04-021-3/+3
* *: Fix spelling of wetherDonald Sharp2022-04-021-4/+4
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-4/+2
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-34/+21
* *: fix interface config write in NB-converted daemonsIgor Ryzhov2021-10-251-28/+1
* ripngd: Ensure better `struct thread *` semanticsDonald Sharp2021-10-041-1/+0
* *: cleanup interface node installationIgor Ryzhov2021-07-291-12/+1
* ripngd: fix interface wakeup after shutdownIgor Ryzhov2021-05-171-0/+3
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-1/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* * : update signature of thread_cancel apiMark Stapp2020-10-231-4/+1
* ripngd: Convert to using %pFXDonald Sharp2020-10-171-7/+3
* ripd, ripngd: info -> debugDonald Sharp2020-09-211-4/+5
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+1
* *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+1
* *: remove second parameter on install_node()David Lamparter2020-04-161-1/+3
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-1/+3
* bgpd, lib, ripngd: Add agg_node_get_prefixDonald Sharp2020-03-241-7/+2
* ripngd: Add vrf name to debug outputDonald Sharp2020-02-141-14/+30
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* *: strip trailing whitespaceQuentin Young2019-09-301-2/+2
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-21/+1
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-17/+1
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-17/+1
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-9/+1
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+22
* *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-1/+1
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-10/+6
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-221-6/+10
|\
| * *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-5/+6
| * lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()...Philippe Guibert2019-06-121-1/+4
* | lib: use MTYPE_STATICDavid Lamparter2019-06-211-2/+4
|/
* lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warningsMark Stapp2019-06-061-1/+2
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-14/+7
* Merge pull request #3548 from opensourcerouting/rip-vrfDonald Sharp2019-04-051-127/+182
|\
| * Merge remote-tracking branch 'frr/master' into rip-vrfRenato Westphal2019-03-291-1/+1
| |\
| * | ripngd: add VRF supportRenato Westphal2019-01-181-37/+76
| * | ripngd: remove the ripng global variableRenato Westphal2019-01-181-56/+80
| * | ripngd: move "Vripng_passive_interface" to the ripng structureRenato Westphal2019-01-181-14/+11
| * | ripngd: move "ripng_enable_network" to the ripng structureRenato Westphal2019-01-181-16/+16
| * | ripngd: move "ripng_enable_if" to the ripng structureRenato Westphal2019-01-181-19/+14
* | | *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-2/+2
| |/ |/|
* | Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-2/+2
|/
* ripngd: fix SIGHUP handlingRenato Westphal2018-12-031-31/+0
* ripngd: retrofit the 'split-horizon' command to the new northbound modelRenato Westphal2018-12-031-91/+14
* ripngd: retrofit the 'passive-interface' command to the new northbound modelRenato Westphal2018-12-031-42/+9
* ripngd: retrofit the 'network' command to the new northbound modelRenato Westphal2018-12-031-71/+13
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1