summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-02-19 22:56:25 -0500
committerGitHub <noreply@github.com>2020-02-19 22:56:25 -0500
commit4eb08d65e2016f70449ea563f28211734425d8ff (patch)
tree63312463b91c851bb3ffaff3765ea749f9f2d703
parent67c5e28cb9a61eb4a30a8d4566977bf1ce1d8e59 (diff)
parent2f95da328470ed346b9c6a223fe65d98eb636132 (diff)
Merge pull request #5840 from opensourcerouting/route-map-recurse
lib: don't allow to recurse inside route-map node
-rw-r--r--lib/routemap_cli.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/routemap_cli.c b/lib/routemap_cli.c
index 7023710564..5b03b5266f 100644
--- a/lib/routemap_cli.c
+++ b/lib/routemap_cli.c
@@ -1064,7 +1064,6 @@ void route_map_cli_init(void)
install_element(CONFIG_NODE, &no_route_map_all_cmd);
/* Install the on-match stuff */
- install_element(RMAP_NODE, &route_map_cmd);
install_element(RMAP_NODE, &rmap_onmatch_next_cmd);
install_element(RMAP_NODE, &no_rmap_onmatch_next_cmd);
install_element(RMAP_NODE, &rmap_onmatch_goto_cmd);