| Commit message (Expand) | Author | Age | Files | Lines |
* | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -14/+1 |
* | build, vtysh: extract vtysh commands from .xref | David Lamparter | 2022-10-26 | 1 | -2/+0 |
* | *: Use autocomplete for route-maps under commands that require it | Donatas Abraitis | 2022-06-13 | 1 | -1/+1 |
* | lib: Add autocomplete for access-lists | Donatas Abraitis | 2021-10-31 | 1 | -3/+3 |
* | lib: northbound cli show/cmd functions must not modify data nodes | Igor Ryzhov | 2021-10-13 | 1 | -24/+29 |
* | northbound: KISS always batch yang config (file read), it's faster | Christian Hopps | 2021-06-02 | 1 | -1/+1 |
* | lib: adapt to version 2 of libyang | Christian Hopps | 2021-05-13 | 1 | -6/+6 |
* | lib, ripd, ripngd, vtysh: Move distribute list to `correct` spot | Donald Sharp | 2021-05-04 | 1 | -0/+45 |
* | *: add errmsg to nb rpc | Chirag Shah | 2020-10-05 | 1 | -1/+1 |
* | *: introduce DEFPY_YANG & friends | Renato Westphal | 2020-08-03 | 1 | -34/+34 |
* | ripd, ripngd: Free up list after call into nb_cli_rpc | Donald Sharp | 2019-12-13 | 1 | -1/+6 |
* | ripd: split northbound callbacks into multiple files | Renato Westphal | 2019-10-30 | 1 | -1/+1 |
* | ripd: fix problems with the "ip rip authentication" command | Renato Westphal | 2019-07-02 | 1 | -3/+5 |
* | Merge pull request #3548 from opensourcerouting/rip-vrf | Donald Sharp | 2019-04-05 | 1 | -14/+48 |
|\ |
|
| * | Merge remote-tracking branch 'frr/master' into rip-vrf | Renato Westphal | 2019-03-29 | 1 | -15/+15 |
| |\ |
|
| * | | ripd: fix unsetting of authentication password | Renato Westphal | 2019-01-18 | 1 | -1/+1 |
| * | | ripd: add vrf input parameter to the "clear-rip-route" RPC | Renato Westphal | 2019-01-18 | 1 | -3/+15 |
| * | | ripd: add VRF support | Renato Westphal | 2019-01-18 | 1 | -10/+32 |
* | | | ripd: fix removal of configured passive interfaces | Renato Westphal | 2019-03-02 | 1 | -4/+13 |
| |/
|/| |
|
* | | libs, rip, isis: change northbound operation enum to DESTROY | Mark Stapp | 2019-02-11 | 1 | -14/+14 |
|/ |
|
* | ripd: fix minor issues from the northbound conversion | Renato Westphal | 2018-12-03 | 1 | -1/+2 |
* | 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 |
* | ripd: implement the 'clear-rip-route' YANG RPC | Renato Westphal | 2018-10-27 | 1 | -0/+14 |
* | ripd: retrofit all RIP interface commands to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+464 |
* | ripd: retrofit the 'version' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+68 |
* | ripd: retrofit the 'timer basic' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+75 |
* | ripd: retrofit the 'route' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+28 |
* | ripd: retrofit the 'redistribute' commands to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+78 |
* | ripd: retrofit the 'passive-interface' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+73 |
* | ripd: retrofit the 'offset-list' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+82 |
* | ripd: retrofit the 'network' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+56 |
* | ripd: retrofit the 'neighbor' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+28 |
* | ripd: retrofit the 'distance source' commands to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+72 |
* | ripd: retrofit the 'distance' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+46 |
* | ripd: retrofit the 'default-metric' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+47 |
* | ripd: retrofit the 'default-information' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+32 |
* | ripd: retrofit the 'allow-ecmp' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+31 |
* | ripd: retrofit the 'router rip' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -0/+53 |
* | yang, ripd: add 'frr-ripd.yang' and associated stub callbacks | Renato Westphal | 2018-10-27 | 1 | -0/+39 |