summaryrefslogtreecommitdiffstats
path: root/ripngd/ripngd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
|/
* lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert2018-12-281-8/+21
* ripd, ripngd: fix memleaks when deleting routing instanceRenato Westphal2018-12-171-1/+1
* ripngd: implement the 'clear-ripng-route' YANG RPCRenato Westphal2018-12-031-47/+1
* ripngd: fix SIGHUP handlingRenato Westphal2018-12-031-19/+0
* ripngd: retrofit the 'timer basic' command to the new northbound modelRenato Westphal2018-12-031-74/+3
* ripngd: retrofit the 'aggregate-address' command to the new northbound modelRenato Westphal2018-12-031-86/+0
* ripngd: retrofit the 'route' command to the new northbound modelRenato Westphal2018-12-031-88/+0
* ripngd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal2018-12-031-3/+1
* ripngd: retrofit the 'passive-interface' command to the new northbound modelRenato Westphal2018-12-031-1/+1
* ripngd: retrofit the 'offset-list' command to the new northbound modelRenato Westphal2018-12-031-3/+0
* ripngd: retrofit the 'network' command to the new northbound modelRenato Westphal2018-12-031-2/+0
* ripngd: retrofit the 'default-metric' command to the new northbound modelRenato Westphal2018-12-031-35/+0
* ripngd: retrofit the 'default-information' command to the new northbound modelRenato Westphal2018-12-031-47/+0
* ripngd: retrofit the 'allow-ecmp' command to the new northbound modelRenato Westphal2018-12-031-40/+1
* ripngd: retrofit the 'router ripng' command to the new northbound modelRenato Westphal2018-12-031-56/+22
* *: spelchekDavid Lamparter2018-10-251-2/+2
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-3/+3
* *: style for EC replacementsQuentin Young2018-09-131-3/+2
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-3/+3
* pimd ripd ripngd: variable shadowing fixesF. Aragon2018-09-121-7/+0
* bgpd, ripngd: Convert to using new agg_table/routeDonald Sharp2018-08-301-66/+70