summaryrefslogtreecommitdiffstats
path: root/ripd/rip_northbound.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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