summaryrefslogtreecommitdiffstats
path: root/ripngd/ripng_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* bgpd, ripngd: Convert to using new agg_table/routeDonald Sharp2018-08-301-26/+28
* *: use frr_elevate_privs() (1/2: coccinelle)David Lamparter2018-08-141-11/+6
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-3/+3
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-3/+3
* ripngd: Convert over to using LIB_ERR_XXXX for zlog_ferrDonald Sharp2018-08-141-4/+10
* ripngd: variable scope overlap fix (PVS-Studio)F. Aragon2018-07-021-5/+5
* ripngd: Make 'struct zebra_privs_t' availableDonald Sharp2017-10-241-2/+0
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-5/+5
* *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
* *: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-10/+10
* *: remove empty "interface XYZ" config blocksDavid Lamparter2017-08-291-2/+2
* lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-2/+2