summaryrefslogtreecommitdiffstats
path: root/ripd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | lib, rip, ripng, eigrp: rework if_rmap contextPhilippe Guibert2019-02-192-10/+32
|/ /
* | libs, rip, isis: change northbound operation enum to DESTROYMark Stapp2019-02-111-14/+14
* | libs, daemons: changes to permit c++ compilationMark Stapp2019-02-111-16/+16
* | 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-243-6/+6
|/
* lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert2018-12-282-10/+25
* ripd, ripngd: fix memleaks when deleting routing instanceRenato Westphal2018-12-171-2/+2
* *: remove all MIBs for DFSG complianceDavid Lamparter2018-12-142-532/+0
* ripd: fix minor issues from the northbound conversionRenato Westphal2018-12-032-5/+10
* ripd: remove leftovers from the old sighup handlerRenato Westphal2018-12-036-30/+0
* build: update vtysh scan list for ripd and ripngdRenato Westphal2018-12-031-3/+0
* Merge pull request #3378 from opensourcerouting/remove-config-lockDonald Sharp2018-12-011-2/+0
|\
| * *: remove the configuration lock from all daemonsRenato Westphal2018-11-261-2/+0
* | 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, ripd: rework API for converted CLI commandsRenato Westphal2018-11-261-459/+180
* | ripd: fix display of the "distance" commandRenato Westphal2018-11-261-1/+5
* | lib: make yang_dnode_get_entry() more flexibleRenato Westphal2018-11-261-18/+18
|/
* yang: embed models into binariesDavid Lamparter2018-11-191-0/+3
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* ripd: implement two YANG notificationsRenato Westphal2018-10-273-0/+47
* ripd: implement the 'clear-rip-route' YANG RPCRenato Westphal2018-10-274-2/+50
* ripd: implement northbound callbacks to fetch route informationRenato Westphal2018-10-271-13/+59
* ripd: implement northbound callbacks to fetch neighbor informationRenato Westphal2018-10-272-12/+31
* ripd: reduce excessive indentation in a few placesRenato Westphal2018-10-271-54/+47
* ripd: remove vty configuration lockRenato Westphal2018-10-271-0/+2
* ripd: fix SIGHUP handlingRenato Westphal2018-10-273-30/+0
* ripd: fix memory leaks when interfaces are deletedRenato Westphal2018-10-271-0/+1
* ripd: retrofit all RIP interface commands to the new northbound modelRenato Westphal2018-10-275-564/+634
* ripd: no need to use qobj anymore to keep track of "router rip"Renato Westphal2018-10-272-10/+0
* ripd: retrofit the 'version' command to the new northbound modelRenato Westphal2018-10-274-43/+84
* ripd: retrofit the 'timer basic' command to the new northbound modelRenato Westphal2018-10-275-97/+113
* ripd: retrofit the 'route' command to the new northbound modelRenato Westphal2018-10-275-99/+53
* ripd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal2018-10-277-390/+172
* ripd: retrofit the 'passive-interface' command to the new northbound modelRenato Westphal2018-10-276-79/+156
* ripd: retrofit the 'offset-list' command to the new northbound modelRenato Westphal2018-10-276-281/+189
* ripd: retrofit the 'network' command to the new northbound modelRenato Westphal2018-10-276-83/+113
* ripd: retrofit the 'neighbor' command to the new northbound modelRenato Westphal2018-10-275-59/+60
* ripd: retrofit the 'distance source' commands to the new northbound modelRenato Westphal2018-10-275-168/+159
* ripd: retrofit the 'distance' command to the new northbound modelRenato Westphal2018-10-274-30/+55
* ripd: retrofit the 'default-metric' command to the new northbound modelRenato Westphal2018-10-275-42/+58
* ripd: retrofit the 'default-information' command to the new northbound modelRenato Westphal2018-10-276-71/+58
* ripd: retrofit the 'allow-ecmp' command to the new northbound modelRenato Westphal2018-10-275-41/+45
* ripd: retrofit the 'router rip' command to the new northbound modelRenato Westphal2018-10-275-53/+112
* yang, ripd: add 'frr-ripd.yang' and associated stub callbacksRenato Westphal2018-10-276-0/+976
* yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal2018-10-271-0/+1
* *: add empty array of YANG modulesRenato Westphal2018-10-271-1/+5