summaryrefslogtreecommitdiffstats
path: root/ripd/rip_cli.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ripd: fix show run output for distribute-listIgor Ryzhov2024-08-081-0/+16
* ripd: convert RPC commands to mgmtdIgor Ryzhov2024-04-221-0/+19
* ripd: fix "clear ip rip" commandIgor Ryzhov2024-03-081-32/+0
* ripd: fix missing "exit" for "router rip"Igor Ryzhov2024-03-061-0/+6
* ripd: ripd convert to mgmtdChristian Hopps2024-01-261-1/+138
* Merge pull request #15196 from idryzhov/nb-leaf-listDonald Sharp2024-01-241-14/+35
|\
| * lib: remove leaf-list xpath hack from northboundIgor Ryzhov2024-01-231-14/+35
* | ripd: use correct autocompletion for distribute-list commandsIgor Ryzhov2024-01-221-8/+63
|/
* ripd: use new distribute-list northbound code.Christian Hopps2024-01-221-36/+49
* lib: enable multiple instance support with distribute listsChristian Hopps2024-01-221-2/+2
* lib: all: remove './' from xpath 22% speedupChristian Hopps2023-11-291-21/+21
* ripd: Use argv_find to avoid buffer overflow when parsing allow-ecmp argsDonatas Abraitis2023-05-231-2/+2
* ripd: Implement `allow-ecmp X` commandDonatas Abraitis2023-05-041-8/+32
* ripd: support BFD integrationRenato Westphal2023-04-191-0/+101
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* *: Use autocomplete for route-maps under commands that require itDonatas Abraitis2022-06-131-1/+1
* lib: Add autocomplete for access-listsDonatas Abraitis2021-10-311-3/+3
* lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-131-24/+29
* northbound: KISS always batch yang config (file read), it's fasterChristian Hopps2021-06-021-1/+1
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-6/+6
* lib, ripd, ripngd, vtysh: Move distribute list to `correct` spotDonald Sharp2021-05-041-0/+45
* *: add errmsg to nb rpcChirag Shah2020-10-051-1/+1
* *: introduce DEFPY_YANG & friendsRenato Westphal2020-08-031-34/+34
* ripd, ripngd: Free up list after call into nb_cli_rpcDonald Sharp2019-12-131-1/+6
* ripd: split northbound callbacks into multiple filesRenato Westphal2019-10-301-1/+1
* ripd: fix problems with the "ip rip authentication" commandRenato Westphal2019-07-021-3/+5
* Merge pull request #3548 from opensourcerouting/rip-vrfDonald Sharp2019-04-051-14/+48
|\
| * Merge remote-tracking branch 'frr/master' into rip-vrfRenato Westphal2019-03-291-15/+15
| |\
| * | ripd: fix unsetting of authentication passwordRenato Westphal2019-01-181-1/+1
| * | ripd: add vrf input parameter to the "clear-rip-route" RPCRenato Westphal2019-01-181-3/+15
| * | ripd: add VRF supportRenato Westphal2019-01-181-10/+32
* | | ripd: fix removal of configured passive interfacesRenato Westphal2019-03-021-4/+13
| |/ |/|
* | libs, rip, isis: change northbound operation enum to DESTROYMark Stapp2019-02-111-14/+14
|/
* ripd: fix minor issues from the northbound conversionRenato Westphal2018-12-031-1/+2
* 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
* ripd: implement the 'clear-rip-route' YANG RPCRenato Westphal2018-10-271-0/+14
* ripd: retrofit all RIP interface commands to the new northbound modelRenato Westphal2018-10-271-0/+464
* ripd: retrofit the 'version' command to the new northbound modelRenato Westphal2018-10-271-0/+68
* ripd: retrofit the 'timer basic' command to the new northbound modelRenato Westphal2018-10-271-0/+75
* ripd: retrofit the 'route' command to the new northbound modelRenato Westphal2018-10-271-0/+28
* ripd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal2018-10-271-0/+78
* ripd: retrofit the 'passive-interface' command to the new northbound modelRenato Westphal2018-10-271-0/+73
* ripd: retrofit the 'offset-list' command to the new northbound modelRenato Westphal2018-10-271-0/+82
* ripd: retrofit the 'network' command to the new northbound modelRenato Westphal2018-10-271-0/+56
* ripd: retrofit the 'neighbor' command to the new northbound modelRenato Westphal2018-10-271-0/+28
* ripd: retrofit the 'distance source' commands to the new northbound modelRenato Westphal2018-10-271-0/+72
* ripd: retrofit the 'distance' command to the new northbound modelRenato Westphal2018-10-271-0/+46
* ripd: retrofit the 'default-metric' command to the new northbound modelRenato Westphal2018-10-271-0/+47