summaryrefslogtreecommitdiff
path: root/ripd/rip_cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/rip_cli.c')
-rw-r--r--ripd/rip_cli.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/ripd/rip_cli.c b/ripd/rip_cli.c
index 4d4349b81a..976764f078 100644
--- a/ripd/rip_cli.c
+++ b/ripd/rip_cli.c
@@ -1356,6 +1356,22 @@ const struct frr_yang_module_info frr_ripd_cli_info = {
.cbs.cli_show = cli_show_rip_non_passive_interface,
},
{
+ .xpath = "/frr-ripd:ripd/instance/distribute-list/in/access-list",
+ .cbs.cli_show = group_distribute_list_ipv4_cli_show,
+ },
+ {
+ .xpath = "/frr-ripd:ripd/instance/distribute-list/out/access-list",
+ .cbs.cli_show = group_distribute_list_ipv4_cli_show,
+ },
+ {
+ .xpath = "/frr-ripd:ripd/instance/distribute-list/in/prefix-list",
+ .cbs.cli_show = group_distribute_list_ipv4_cli_show,
+ },
+ {
+ .xpath = "/frr-ripd:ripd/instance/distribute-list/out/prefix-list",
+ .cbs.cli_show = group_distribute_list_ipv4_cli_show,
+ },
+ {
.xpath = "/frr-ripd:ripd/instance/redistribute",
.cbs.cli_show = cli_show_rip_redistribute,
},