]> git.puffer.fish Git - matthieu/frr.git/commit
ldpd: use DEFPY_NOSH whenever possible
authorRenato Westphal <renato@opensourcerouting.org>
Sun, 8 Jul 2018 23:31:43 +0000 (20:31 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Mon, 13 Aug 2018 21:59:31 +0000 (18:59 -0300)
commit281bd4dddf0be453fc3c924bb15080058e075622
tree4a18e2a2a2eb9845b44c34438036e5b18b2272af
parent26d19c83b412b49e8e99365ec356e25d85d1da72
ldpd: use DEFPY_NOSH whenever possible

All ldpd commands were written using DEFPY except the ones that needed
to be ignored by vtysh, in which case we were using DEFUN_NOSH. Now that
DEFPY_NOSH is available, convert the remaining commands for consistency
and to simplify the code a little bit.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ldpd/ldp_vty_cmds.c