]> git.proxmox.com Git - mirror_frr.git/commit - ripngd/ripng_debug.c
*: use argv[]->text instead of argv[]->arg when appropriate
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 6 Oct 2017 01:31:54 +0000 (22:31 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 6 Oct 2017 01:54:42 +0000 (22:54 -0300)
commit8034beff9f153e265040b94a355c1057d56d59f0
tree5005743e8a9428c0535b875bfd4181b0d40d6d28
parent993bab898d4aff3a29bc041e6b45488b5a9cfa12
*: use argv[]->text instead of argv[]->arg when appropriate

Incomplete commands like "debug ospf6 route mem" were being ignored. The
changes in ripd and ripngd are intended to make the code easier to read,
no bugs were fixed in these two daemons.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
bgpd/bgp_evpn_vty.c
ospf6d/ospf6_route.c
ripd/rip_debug.c
ripngd/ripng_debug.c