summaryrefslogtreecommitdiffstats
path: root/ripd/ripd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ripd: Ensure better `struct thread *` semanticsDonald Sharp2021-10-041-12/+0
* ripd: Fix spelling errorsschylar2021-09-071-2/+2
* 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
|/
* ripd: fix authentication key lengthIgor Ryzhov2021-07-271-4/+8
* *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+2
* *: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas 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
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-5/+5
* ripd: Convert to using internal printf formattersDonald Sharp2021-03-101-14/+7
* 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
| |\