summaryrefslogtreecommitdiffstats
path: root/ripngd/ripngd.c
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 /ripngd/ripngd.c
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 'ripngd/ripngd.c')
-rw-r--r--ripngd/ripngd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ripngd/ripngd.c b/ripngd/ripngd.c
index ca8850e5f..fefb1fd26 100644
--- a/ripngd/ripngd.c
+++ b/ripngd/ripngd.c
@@ -2575,6 +2575,7 @@ DEFUN (no_ripng_timers,
return CMD_SUCCESS;
}
+#if 0
DEFUN (show_ipv6_protocols,
show_ipv6_protocols_cmd,
"show ipv6 protocols",
@@ -2601,6 +2602,7 @@ DEFUN (show_ipv6_protocols,
return CMD_SUCCESS;
}
+#endif
/* Please be carefull to use this command. */
DEFUN (ripng_default_information_originate,