summaryrefslogtreecommitdiffstats
path: root/bgpd
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2016-12-05 20:28:24 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2016-12-05 20:28:24 +0100
commitd7d73ffc8f575a5fd24714dd121f40828eb61a41 (patch)
tree2c0e0fb7bbd9c759b5f41a87d8e074919ab90ee7 /bgpd
parentMerge branch 'queue/osr/vtysh-generic' (diff)
downloadfrr-d7d73ffc8f575a5fd24714dd121f40828eb61a41.tar.xz
frr-d7d73ffc8f575a5fd24714dd121f40828eb61a41.zip
*: fix up DEFUNs without install_element calls
These now generate warnings which will break the build with -Werror. Note this may have enabled commands that should be disabled, or the other way around... Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'bgpd')
-rw-r--r--bgpd/bgp_vty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c
index 41f09e36a..4532e2497 100644
--- a/bgpd/bgp_vty.c
+++ b/bgpd/bgp_vty.c
@@ -11379,6 +11379,7 @@ community_list_vty (void)
/* Community-list. */
install_element (CONFIG_NODE, &ip_community_list_standard_cmd);
+ install_element (CONFIG_NODE, &ip_community_list_expanded_all_cmd);
install_element (CONFIG_NODE, &no_ip_community_list_standard_all_cmd);
install_element (CONFIG_NODE, &no_ip_community_list_expanded_all_cmd);
install_element (VIEW_NODE, &show_ip_community_list_cmd);