| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | lib, rip, ripng, eigrp: rework if_rmap context | Philippe Guibert | 2019-02-19 | 2 | -10/+32 |
|/ / |
|
* | | libs, rip, isis: change northbound operation enum to DESTROY | Mark Stapp | 2019-02-11 | 1 | -14/+14 |
* | | libs, daemons: changes to permit c++ compilation | Mark Stapp | 2019-02-11 | 1 | -16/+16 |
* | | ripd,ripngd: Added changes to track route-map usage in rip,ripng | rgirada | 2019-02-04 | 1 | -1/+4 |
* | | build: fix a whole bunch of *FLAGS | David Lamparter | 2019-01-30 | 1 | -1/+1 |
* | | Treewide: use ANSI function definitions | Ruben Kerkhof | 2019-01-24 | 3 | -6/+6 |
|/ |
|
* | lib, rip, ripng, babel, eigrp: add ctx pointer to distribute api | Philippe Guibert | 2018-12-28 | 2 | -10/+25 |
* | ripd, ripngd: fix memleaks when deleting routing instance | Renato Westphal | 2018-12-17 | 1 | -2/+2 |
* | *: remove all MIBs for DFSG compliance | David Lamparter | 2018-12-14 | 2 | -532/+0 |
* | ripd: fix minor issues from the northbound conversion | Renato Westphal | 2018-12-03 | 2 | -5/+10 |
* | ripd: remove leftovers from the old sighup handler | Renato Westphal | 2018-12-03 | 6 | -30/+0 |
* | build: update vtysh scan list for ripd and ripngd | Renato Westphal | 2018-12-03 | 1 | -3/+0 |
* | Merge pull request #3378 from opensourcerouting/remove-config-lock | Donald Sharp | 2018-12-01 | 1 | -2/+0 |
|\ |
|
| * | *: remove the configuration lock from all daemons | Renato Westphal | 2018-11-26 | 1 | -2/+0 |
* | | Merge pull request #3342 from opensourcerouting/nb-operational-data | Russ White | 2018-11-29 | 1 | -23/+36 |
|\ \ |
|
| * | | ripd: fix operational-data northbound callbacks | Renato Westphal | 2018-11-26 | 1 | -12/+23 |
| * | | lib, tests: major rework in the operational-data callbacks | Renato Westphal | 2018-11-26 | 1 | -5/+8 |
| * | | lib: don't fetch schema information when creating yang_data structures | Renato Westphal | 2018-11-26 | 1 | -6/+5 |
| |/ |
|
* | | lib, ripd: rework API for converted CLI commands | Renato Westphal | 2018-11-26 | 1 | -459/+180 |
* | | ripd: fix display of the "distance" command | Renato Westphal | 2018-11-26 | 1 | -1/+5 |
* | | lib: make yang_dnode_get_entry() more flexible | Renato Westphal | 2018-11-26 | 1 | -18/+18 |
|/ |
|
* | yang: embed models into binaries | David Lamparter | 2018-11-19 | 1 | -0/+3 |
* | *: Replace zclient_new with zclient_new_notify | Donald Sharp | 2018-11-12 | 1 | -1/+1 |
* | ripd: implement two YANG notifications | Renato Westphal | 2018-10-27 | 3 | -0/+47 |
* | ripd: implement the 'clear-rip-route' YANG RPC | Renato Westphal | 2018-10-27 | 4 | -2/+50 |
* | ripd: implement northbound callbacks to fetch route information | Renato Westphal | 2018-10-27 | 1 | -13/+59 |
* | ripd: implement northbound callbacks to fetch neighbor information | Renato Westphal | 2018-10-27 | 2 | -12/+31 |
* | ripd: reduce excessive indentation in a few places | Renato Westphal | 2018-10-27 | 1 | -54/+47 |
* | ripd: remove vty configuration lock | Renato Westphal | 2018-10-27 | 1 | -0/+2 |
* | ripd: fix SIGHUP handling | Renato Westphal | 2018-10-27 | 3 | -30/+0 |
* | ripd: fix memory leaks when interfaces are deleted | Renato Westphal | 2018-10-27 | 1 | -0/+1 |
* | ripd: retrofit all RIP interface commands to the new northbound model | Renato Westphal | 2018-10-27 | 5 | -564/+634 |
* | ripd: no need to use qobj anymore to keep track of "router rip" | Renato Westphal | 2018-10-27 | 2 | -10/+0 |
* | ripd: retrofit the 'version' command to the new northbound model | Renato Westphal | 2018-10-27 | 4 | -43/+84 |
* | ripd: retrofit the 'timer basic' command to the new northbound model | Renato Westphal | 2018-10-27 | 5 | -97/+113 |
* | ripd: retrofit the 'route' command to the new northbound model | Renato Westphal | 2018-10-27 | 5 | -99/+53 |
* | ripd: retrofit the 'redistribute' commands to the new northbound model | Renato Westphal | 2018-10-27 | 7 | -390/+172 |
* | ripd: retrofit the 'passive-interface' command to the new northbound model | Renato Westphal | 2018-10-27 | 6 | -79/+156 |
* | ripd: retrofit the 'offset-list' command to the new northbound model | Renato Westphal | 2018-10-27 | 6 | -281/+189 |
* | ripd: retrofit the 'network' command to the new northbound model | Renato Westphal | 2018-10-27 | 6 | -83/+113 |
* | ripd: retrofit the 'neighbor' command to the new northbound model | Renato Westphal | 2018-10-27 | 5 | -59/+60 |
* | ripd: retrofit the 'distance source' commands to the new northbound model | Renato Westphal | 2018-10-27 | 5 | -168/+159 |
* | ripd: retrofit the 'distance' command to the new northbound model | Renato Westphal | 2018-10-27 | 4 | -30/+55 |
* | ripd: retrofit the 'default-metric' command to the new northbound model | Renato Westphal | 2018-10-27 | 5 | -42/+58 |
* | ripd: retrofit the 'default-information' command to the new northbound model | Renato Westphal | 2018-10-27 | 6 | -71/+58 |
* | ripd: retrofit the 'allow-ecmp' command to the new northbound model | Renato Westphal | 2018-10-27 | 5 | -41/+45 |
* | ripd: retrofit the 'router rip' command to the new northbound model | Renato Westphal | 2018-10-27 | 5 | -53/+112 |
* | yang, ripd: add 'frr-ripd.yang' and associated stub callbacks | Renato Westphal | 2018-10-27 | 6 | -0/+976 |
* | yang, lib: add 'frr-interface.yang' and associated stub callbacks | Renato Westphal | 2018-10-27 | 1 | -0/+1 |
* | *: add empty array of YANG modules | Renato Westphal | 2018-10-27 | 1 | -1/+5 |