summaryrefslogtreecommitdiffstats
path: root/ripngd/ripngd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ripngd: use pI6 instead of inet6_ntoaMark Stapp2021-03-311-49/+45
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-4/+4
* ripngd: Convet to using internal printf modifiersDonald Sharp2021-03-101-5/+2
* ripngd: Remove #if 0 codeDonald Sharp2021-01-281-140/+0
* *: Remove route_map_object_t from the systemDonald Sharp2020-11-141-6/+4
* * : update signature of thread_cancel apiMark Stapp2020-10-231-16/+5
* ripngd: Convert to using %pFXDonald Sharp2020-10-171-31/+20
* rip(ng)d: fix interfaces cleaningIgor Ryzhov2020-10-091-1/+2
* *: move all userdata when changing node xpathIgor Ryzhov2020-09-241-0/+7
* *: un-split strings across linesDavid Lamparter2020-07-141-2/+1
* *: replace all random() callsRafael Zalamena2020-04-181-2/+3
* *: 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-19/+11
* treewide: fix some issues found with -Werror=undefRuben Kerkhof2020-03-101-1/+1
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-1/+1
* *: use gmtime_r, localtime_r exclusivelyMark Stapp2020-03-051-5/+5
* *: remove null check before XFREEQuentin Young2020-02-041-2/+1
* *: strip trailing whitespaceQuentin Young2019-09-301-1/+1
* Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal2019-09-181-11/+7
* Merge pull request #4564 from pguibert6WIND/misc_vrf_update_nameRuss White2019-09-171-8/+42
|\
| * ripngd: change vrf name with bypassing nb apiPhilippe Guibert2019-08-271-7/+41
| * ripngd: update the default vrf name by registering to callbackPhilippe Guibert2019-08-271-1/+1
* | *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-3/+2
|/
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-4/+2
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-221-2/+4
|\
| * *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-0/+2
| * *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-2/+2
* | ripngd: use MTYPE_STATICDavid Lamparter2019-06-211-0/+5
|/
* ripngd: strcat -> strlcatQuentin Young2019-05-291-7/+7
* ripd, ripngd: fix cleaning up of offset listsRenato Westphal2019-04-191-1/+1
* Merge remote-tracking branch 'frr/master' into rip-vrfRenato Westphal2019-03-291-13/+32
|\
| * eigrp, rip, ripng, lib: unlink if_rmap from vrfPhilippe Guibert2019-02-191-4/+7
| * lib, rip, ripng, eigrp: rework if_rmap contextPhilippe Guibert2019-02-191-7/+25
| * ripd,ripngd: Added changes to track route-map usage in rip,ripngrgirada2019-02-041-1/+4
| * Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-3/+3
* | ripd, ripngd: change how we keep track of redistribution configurationRenato Westphal2019-01-181-12/+19
* | ripngd: add VRF supportRenato Westphal2019-01-181-131/+313
* | ripngd: remove the ripng global variableRenato Westphal2019-01-181-112/+175
* | ripngd: move "ripng_offset_list_master" to the ripng structureRenato Westphal2019-01-181-2/+6
* | ripdng: clear list of peers when RIPng is deconfiguredRenato Westphal2019-01-181-0/+2
* | ripngd: move "peer_list" to the ripng structureRenato Westphal2019-01-181-0/+2
* | ripngd: move "Vripng_passive_interface" to the ripng structureRenato Westphal2019-01-181-0/+2
* | ripngd: move "ripng_enable_network" to the ripng structureRenato Westphal2019-01-181-0/+2
* | ripngd: move "ripng_enable_if" to the ripng structureRenato Westphal2019-01-181-1/+3
* | ripngd: simplify cleaning up of routing instanceRenato Westphal2019-01-181-55/+47
* | ripngd: fix valgrind warning about uninitialized memory usageRenato Westphal2019-01-181-1/+1
|/