summaryrefslogtreecommitdiffstats
path: root/ripd/ripd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* | ripd: move "rip_offset_list_master" to the rip structureRenato Westphal2019-01-181-2/+4
* | ripd: move "peer_list" to the rip structureRenato Westphal2019-01-181-0/+2
* | ripd: move "Vrip_passive_nondefault" to the rip structureRenato Westphal2019-01-181-0/+2
* | ripd: move "rip_enable_network" to the rip structureRenato Westphal2019-01-181-0/+2
* | ripd: move "rip_enable_interface" to the rip structureRenato Westphal2019-01-181-1/+3
* | ripd: simplify cleaning up of routing instanceRenato Westphal2019-01-181-58/+46
|/
* lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert2018-12-281-10/+21
* ripd, ripngd: fix memleaks when deleting routing instanceRenato Westphal2018-12-171-2/+2
* ripd: implement two YANG notificationsRenato Westphal2018-10-271-0/+5
* ripd: implement the 'clear-rip-route' YANG RPCRenato Westphal2018-10-271-1/+1
* ripd: fix SIGHUP handlingRenato Westphal2018-10-271-24/+0
* ripd: no need to use qobj anymore to keep track of "router rip"Renato Westphal2018-10-271-6/+0
* ripd: retrofit the 'version' command to the new northbound modelRenato Westphal2018-10-271-41/+0
* ripd: retrofit the 'timer basic' command to the new northbound modelRenato Westphal2018-10-271-86/+3
* ripd: retrofit the 'route' command to the new northbound modelRenato Westphal2018-10-271-94/+0
* ripd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal2018-10-271-4/+1
* ripd: retrofit the 'passive-interface' command to the new northbound modelRenato Westphal2018-10-271-1/+3
* ripd: retrofit the 'offset-list' command to the new northbound modelRenato Westphal2018-10-271-3/+0
* ripd: retrofit the 'network' command to the new northbound modelRenato Westphal2018-10-271-3/+0