summaryrefslogtreecommitdiff
path: root/ripd/rip_cli.c
AgeCommit message (Expand)Author
2024-08-08ripd: fix show run output for distribute-listIgor Ryzhov
2024-04-22ripd: convert RPC commands to mgmtdIgor Ryzhov
2024-03-09ripd: fix "clear ip rip" commandIgor Ryzhov
2024-03-06ripd: fix missing "exit" for "router rip"Igor Ryzhov
2024-01-26ripd: ripd convert to mgmtdChristian Hopps
2024-01-24Merge pull request #15196 from idryzhov/nb-leaf-listDonald Sharp
2024-01-23lib: remove leaf-list xpath hack from northboundIgor Ryzhov
2024-01-22ripd: use correct autocompletion for distribute-list commandsIgor Ryzhov
2024-01-22ripd: use new distribute-list northbound code.Christian Hopps
2024-01-22lib: enable multiple instance support with distribute listsChristian Hopps
2023-11-29lib: all: remove './' from xpath 22% speedupChristian Hopps
2023-05-23ripd: Use argv_find to avoid buffer overflow when parsing allow-ecmp argsDonatas Abraitis
2023-05-04ripd: Implement `allow-ecmp X` commandDonatas Abraitis
2023-04-19ripd: support BFD integrationRenato Westphal
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-06-13*: Use autocomplete for route-maps under commands that require itDonatas Abraitis
2021-10-31lib: Add autocomplete for access-listsDonatas Abraitis
2021-10-13lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov
2021-06-02northbound: KISS always batch yang config (file read), it's fasterChristian Hopps
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2021-05-04lib, ripd, ripngd, vtysh: Move distribute list to `correct` spotDonald Sharp
2020-10-05*: add errmsg to nb rpcChirag Shah
2020-08-03*: introduce DEFPY_YANG & friendsRenato Westphal
2019-12-12ripd, ripngd: Free up list after call into nb_cli_rpcDonald Sharp
2019-10-29ripd: split northbound callbacks into multiple filesRenato Westphal
2019-07-01ripd: fix problems with the "ip rip authentication" commandRenato Westphal
2019-04-04Merge pull request #3548 from opensourcerouting/rip-vrfDonald Sharp
2019-03-29Merge remote-tracking branch 'frr/master' into rip-vrfRenato Westphal
2019-03-02ripd: fix removal of configured passive interfacesRenato Westphal
2019-02-11libs, rip, isis: change northbound operation enum to DESTROYMark Stapp
2019-01-18ripd: fix unsetting of authentication passwordRenato Westphal
2019-01-18ripd: add vrf input parameter to the "clear-rip-route" RPCRenato Westphal
2019-01-18ripd: add VRF supportRenato Westphal
2018-12-03ripd: fix minor issues from the northbound conversionRenato Westphal
2018-11-26lib, ripd: rework API for converted CLI commandsRenato Westphal
2018-11-26ripd: fix display of the "distance" commandRenato Westphal
2018-10-27ripd: implement the 'clear-rip-route' YANG RPCRenato Westphal
2018-10-27ripd: retrofit all RIP interface commands to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'version' command to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'timer basic' command to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'route' command to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'passive-interface' command to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'offset-list' command to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'network' command to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'neighbor' command to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'distance source' commands to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'distance' command to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'default-metric' command to the new northbound modelRenato Westphal