summaryrefslogtreecommitdiffstats
path: root/ripngd/ripngd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ripngd: Cleanup memory allocations on shutdownDonald Sharp2022-10-121-0/+7
* ripngd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-4/+4
* ripngd: Remove various macros that overlap THREAD_OFFDonald Sharp2022-07-211-17/+17
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-5/+5
* *: Avoid casting to the same type as on the leftDonatas Abraitis2022-05-081-1/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-21/+11
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-40/+2
* ripngd: Ensure better `struct thread *` semanticsDonald Sharp2021-10-041-11/+0
* Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter2021-08-271-1/+1
|\
| * lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
* | *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-0/+2
|/
* *: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+1
* lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-211-0/+2
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-5/+5
* lib, ripd, ripngd, vtysh: Move distribute list to `correct` spotDonald Sharp2021-05-041-3/+0
* 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
|\