diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-03-22 10:38:22 +0100 | 
|---|---|---|
| committer | Quentin Young <qlyoung@users.noreply.github.com> | 2017-03-28 15:48:07 -0400 | 
| commit | 505e50567f48a5b969f13bedad5bcddb845d8fb3 (patch) | |
| tree | 4c0441c9780dc36bb3c200fa8d801929c28014a1 /lib/keychain.c | |
| parent | ff991f6102785130fff8225c5afe7a676567771e (diff) | |
*: apply DEFUN_NOSH for node-switch CLI commands
These have copies in vtysh that do the node-switch locally and are
listed in extract.pl's ignore list.  The ignore list however is
redundant since DEFUN_NOSH does the same thing...
ldpd is a bit hacky, but Renato is reworking this anyway.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/keychain.c')
| -rw-r--r-- | lib/keychain.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/keychain.c b/lib/keychain.c index cd8039b95b..95a2c8e599 100644 --- a/lib/keychain.c +++ b/lib/keychain.c @@ -240,7 +240,7 @@ key_delete (struct keychain *keychain, struct key *key)    key_free (key);  } -DEFUN (key_chain, +DEFUN_NOSH (key_chain,         key_chain_cmd,         "key chain WORD",         "Authentication key management\n" @@ -280,7 +280,7 @@ DEFUN (no_key_chain,    return CMD_SUCCESS;  } -DEFUN (key, +DEFUN_NOSH (key,         key_cmd,         "key (0-2147483647)",         "Configure a key\n"  | 
