summaryrefslogtreecommitdiffstats
path: root/ripd/rip_northbound.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: rework management of user pointers in the northbound layerRenato Westphal2019-04-181-54/+54
* Merge pull request #3548 from opensourcerouting/rip-vrfDonald Sharp2019-04-051-164/+348
|\
| * lib, ripd, ripngd: rename remaining delete northbound callbacksRenato Westphal2019-03-291-47/+47
| * Merge remote-tracking branch 'frr/master' into rip-vrfRenato Westphal2019-03-291-16/+16
| |\
| * | ripd, ripngd: change how we keep track of redistribution configurationRenato Westphal2019-01-181-13/+35
| * | ripd: add vrf input parameter to the "clear-rip-route" RPCRenato Westphal2019-01-181-9/+32
| * | ripd: make YANG operational-data VRF aware tooRenato Westphal2019-01-181-84/+106
| * | ripd: add VRF supportRenato Westphal2019-01-181-4/+21
| * | ripd: remove the rip global variableRenato Westphal2019-01-181-26/+120
| * | ripd: move "rip_distance_table" to the rip structureRenato Westphal2019-01-181-4/+1
| * | ripd: move "peer_list" to the rip structureRenato Westphal2019-01-181-2/+8
| * | ripd, ripngd: fix null pointer dereference in YANG RPCsRenato Westphal2019-01-181-0/+3
* | | *: remove null check before XFREEQuentin Young2019-02-261-4/+2
| |/ |/|
* | libs, daemons: changes to permit c++ compilationMark Stapp2019-02-111-16/+16
|/
* ripd: fix minor issues from the northbound conversionRenato Westphal2018-12-031-4/+8
* Merge pull request #3342 from opensourcerouting/nb-operational-dataRuss White2018-11-291-23/+36
|\
| * ripd: fix operational-data northbound callbacksRenato Westphal2018-11-261-12/+23
| * lib, tests: major rework in the operational-data callbacksRenato Westphal2018-11-261-5/+8
| * lib: don't fetch schema information when creating yang_data structuresRenato Westphal2018-11-261-6/+5
* | lib: make yang_dnode_get_entry() more flexibleRenato Westphal2018-11-261-18/+18
|/
* ripd: implement two YANG notificationsRenato Westphal2018-10-271-0/+38
* ripd: implement the 'clear-rip-route' YANG RPCRenato Westphal2018-10-271-1/+34
* ripd: implement northbound callbacks to fetch route informationRenato Westphal2018-10-271-13/+59
* ripd: implement northbound callbacks to fetch neighbor informationRenato Westphal2018-10-271-12/+30
* ripd: retrofit all RIP interface commands to the new northbound modelRenato Westphal2018-10-271-11/+127
* ripd: retrofit the 'version' command to the new northbound modelRenato Westphal2018-10-271-2/+14
* ripd: retrofit the 'timer basic' command to the new northbound modelRenato Westphal2018-10-271-3/+29
* ripd: retrofit the 'route' command to the new northbound modelRenato Westphal2018-10-271-2/+23
* ripd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal2018-10-271-6/+69
* ripd: retrofit the 'passive-interface' command to the new northbound modelRenato Westphal2018-10-271-9/+41
* ripd: retrofit the 'offset-list' command to the new northbound modelRenato Westphal2018-10-271-4/+57
* ripd: retrofit the 'network' command to the new northbound modelRenato Westphal2018-10-271-8/+34
* ripd: retrofit the 'neighbor' command to the new northbound modelRenato Westphal2018-10-271-4/+21
* ripd: retrofit the 'distance source' commands to the new northbound modelRenato Westphal2018-10-271-5/+70
* ripd: retrofit the 'distance' command to the new northbound modelRenato Westphal2018-10-271-1/+6
* ripd: retrofit the 'default-metric' command to the new northbound modelRenato Westphal2018-10-271-1/+7
* ripd: retrofit the 'default-information' command to the new northbound modelRenato Westphal2018-10-271-1/+23
* ripd: retrofit the 'allow-ecmp' command to the new northbound modelRenato Westphal2018-10-271-1/+8
* ripd: retrofit the 'router rip' command to the new northbound modelRenato Westphal2018-10-271-2/+27
* yang, ripd: add 'frr-ripd.yang' and associated stub callbacksRenato Westphal2018-10-271-0/+896