diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2016-12-05 20:28:24 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-05 20:28:24 +0100 |
commit | d7d73ffc8f575a5fd24714dd121f40828eb61a41 (patch) | |
tree | 2c0e0fb7bbd9c759b5f41a87d8e074919ab90ee7 /ripngd/ripngd.c | |
parent | Merge branch 'queue/osr/vtysh-generic' (diff) | |
download | frr-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.c | 2 |
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, |