]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: flowspec 'no local-install any' wrong order in show runni
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 20 Jul 2018 15:24:43 +0000 (17:24 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 24 Jul 2018 10:17:57 +0000 (12:17 +0200)
commit0aba5761c0f92ec6f51e4e4cfc69c730f1225e47
tree38b33cfab4ecfa35da1498bed644e81d8d152b7c
parent63a0b7a9f1bf29ed6bca38b4c5de422b6399cab9
bgpd: flowspec 'no local-install any' wrong order in show runni

When configuring an interface, the no local-install any command appears,
and leads to confusions. because the effect of that command differs if
it is executed after local-install <interfaces> or before executing
local-install <interfaces>, the proposal fix here is to suppress that
command from the vty available commands.

PR=59595
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Acked-by: Alain Ritoux <alain.ritoux@6wind.com>
bgpd/bgp_flowspec_vty.c