summaryrefslogtreecommitdiffstats
path: root/ripd/ripd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ripd: #if 0 we know what you are up to.Donald Sharp2021-01-281-17/+0
* *: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis2020-12-141-3/+3
* *: Remove route_map_object_t from the systemDonald Sharp2020-11-141-3/+3
* *: unify thread/event cancel macrosMark Stapp2020-10-231-1/+1
* ripd: replace inet_ntoaMark Stapp2020-10-221-67/+61
* ripd: Convert to using %pFXDonald Sharp2020-10-171-24/+15
* 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-16/+8
* Merge pull request #6262 from qlyoung/remove-sprintfDavid Lamparter2020-04-231-2/+2
|\
| * *: sprintf -> snprintfQuentin Young2020-04-211-2/+2
* | *: replace all random() callsRafael Zalamena2020-04-181-2/+4
|/
* *: 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/+5
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-1/+1
* *: use gmtime_r, localtime_r exclusivelyMark Stapp2020-03-051-5/+5
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-11/+17
* *: remove null check before XFREEQuentin Young2020-02-041-2/+1
* ripd: split northbound callbacks into multiple filesRenato Westphal2019-10-301-0/+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-1/+36
|\
| * ripd: change vrf name with bypassing nb apiPhilippe Guibert2019-08-271-0/+35
| * ripd: update the default vrf name by registering to callbackPhilippe Guibert2019-08-271-1/+1
* | *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-2/+2
|/
* ospfd,ripd: Enabling build with opensslMichal Ruprich2019-08-081-0/+30
* 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
* | ripd: use MTYPE_STATICDavid Lamparter2019-06-211-0/+6
|/
* ripd, ripngd: fix cleaning up of offset listsRenato Westphal2019-04-191-1/+1
* *: setting the socket send/recv buffer sizes doesn't need elevated privsRenato Westphal2019-04-081-1/+1
* Merge remote-tracking branch 'frr/master' into rip-vrfRenato Westphal2019-03-291-22/+40
|\
| * Merge pull request #3877 from qlyoung/remove-strncpyRenato Westphal2019-03-011-12/+8
| |\
| | * ripd: strncpy -> strlcpyQuentin Young2019-02-261-12/+8
| * | 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-8/+28
| |/
| * ripd,ripngd: Added changes to track route-map usage in rip,ripngrgirada2019-02-041-1/+4
* | ripd, ripngd: change how we keep track of redistribution configurationRenato Westphal2019-01-181-11/+15
* | ripd: add VRF supportRenato Westphal2019-01-181-121/+290
* | ripd: failure to create a socket shouldn't be a fatal errorRenato Westphal2019-01-181-1/+1
* | ripd: switch from sendto() to sendmsg()Renato Westphal2019-01-181-2/+28
* | ripd: remove the rip global variableRenato Westphal2019-01-181-139/+204
* | ripd: clear list of peers when RIP is deconfiguredRenato Westphal2019-01-181-0/+2
* | ripd: move "rip_distance_table" to the rip structureRenato Westphal2019-01-181-19/+14
* | ripd: move global counters to the rip structureRenato Westphal2019-01-181-7/+1
* | ripd: remove dead codeRenato Westphal2019-01-181-81/+0