summaryrefslogtreecommitdiffstats
path: root/ripngd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4162 from opensourcerouting/rip-issuesDonald Sharp2019-04-233-1/+7
|\
| * ripd, ripngd: fix cleaning up of offset listsRenato Westphal2019-04-193-1/+7
* | lib: rework management of user pointers in the northbound layerRenato Westphal2019-04-181-32/+32
|/
* Merge pull request #3548 from opensourcerouting/rip-vrfDonald Sharp2019-04-0514-676/+1278
|\
| * lib, ripd, ripngd: rename remaining delete northbound callbacksRenato Westphal2019-03-291-30/+30
| * Merge remote-tracking branch 'frr/master' into rip-vrfRenato Westphal2019-03-299-37/+61
| |\
| * | ripd, ripngd: change how we keep track of redistribution configurationRenato Westphal2019-01-184-43/+79
| * | ripngd: add vrf input parameter to the "clear-ripng-route" RPCRenato Westphal2019-01-182-12/+48
| * | ripngd: make YANG operational-data VRF aware tooRenato Westphal2019-01-182-84/+106
| * | ripngd: add VRF supportRenato Westphal2019-01-189-208/+508
| * | ripngd: remove the ripng global variableRenato Westphal2019-01-1811-291/+506
| * | ripngd: move "ripng_offset_list_master" to the ripng structureRenato Westphal2019-01-183-29/+16
| * | ripdng: clear list of peers when RIPng is deconfiguredRenato Westphal2019-01-183-0/+9
| * | ripngd: move "peer_list" to the ripng structureRenato Westphal2019-01-185-21/+20
| * | ripngd: move "Vripng_passive_interface" to the ripng structureRenato Westphal2019-01-183-14/+16
| * | ripngd: move "ripng_enable_network" to the ripng structureRenato Westphal2019-01-183-16/+21
| * | ripngd: move "ripng_enable_if" to the ripng structureRenato Westphal2019-01-183-20/+21
| * | ripngd: simplify cleaning up of routing instanceRenato Westphal2019-01-183-59/+49
| * | ripngd: fix valgrind warning about uninitialized memory usageRenato Westphal2019-01-181-1/+1
| * | ripd, ripngd: fix null pointer dereference in YANG RPCsRenato Westphal2019-01-181-0/+3
* | | isisd, ospf6d, ripngd: Do not allow v6 LL's to be `redist connected` inDonald Sharp2019-03-271-0/+3
* | | *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-2/+2
| |/ |/|
* | eigrp, rip, ripng, lib: unlink if_rmap from vrfPhilippe Guibert2019-02-191-4/+7
* | lib, rip, ripng, eigrp: rework if_rmap contextPhilippe Guibert2019-02-192-7/+28
* | libs, rip, isis: change northbound operation enum to DESTROYMark Stapp2019-02-111-10/+10
* | libs, daemons: changes to permit c++ compilationMark Stapp2019-02-111-10/+10
* | ripd,ripngd: Added changes to track route-map usage in rip,ripngrgirada2019-02-041-1/+4
* | build: fix a whole bunch of *FLAGSDavid Lamparter2019-01-301-1/+1
* | Treewide: use ANSI function definitionsRuben Kerkhof2019-01-246-9/+9
|/
* lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert2018-12-282-8/+25
* ripd, ripngd: fix memleaks when deleting routing instanceRenato Westphal2018-12-171-1/+1
* build: update vtysh scan list for ripd and ripngdRenato Westphal2018-12-031-3/+0
* ripngd: implement northbound callbacks to fetch route informationRenato Westphal2018-12-031-13/+47
* ripngd: implement northbound callbacks to fetch neighbor informationRenato Westphal2018-12-032-11/+40
* ripngd: implement the 'clear-ripng-route' YANG RPCRenato Westphal2018-12-034-48/+52
* ripngd: fix SIGHUP handlingRenato Westphal2018-12-038-77/+0
* ripngd: retrofit the 'split-horizon' command to the new northbound modelRenato Westphal2018-12-035-93/+75
* ripngd: retrofit the 'timer basic' command to the new northbound modelRenato Westphal2018-12-035-85/+87
* ripngd: retrofit the 'aggregate-address' command to the new northbound modelRenato Westphal2018-12-035-91/+50
* ripngd: retrofit the 'route' command to the new northbound modelRenato Westphal2018-12-035-93/+47
* ripngd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal2018-12-036-245/+137
* ripngd: retrofit the 'passive-interface' command to the new northbound modelRenato Westphal2018-12-036-48/+57
* ripngd: retrofit the 'offset-list' command to the new northbound modelRenato Westphal2018-12-036-279/+145
* ripngd: retrofit the 'network' command to the new northbound modelRenato Westphal2018-12-036-81/+105
* ripngd: retrofit the 'default-metric' command to the new northbound modelRenato Westphal2018-12-035-40/+46
* ripngd: retrofit the 'default-information' command to the new northbound modelRenato Westphal2018-12-035-49/+47
* ripngd: retrofit the 'allow-ecmp' command to the new northbound modelRenato Westphal2018-12-035-42/+39
* ripngd: retrofit the 'router ripng' command to the new northbound modelRenato Westphal2018-12-035-58/+97
* yang, ripngd: add 'frr-ripngd.yang' and associated stub callbacksRenato Westphal2018-12-036-0/+704
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1