]> git.puffer.fish Git - mirror/frr.git/commit
lib: no filter operations fix on appropriate access-list name 5371/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 18 Nov 2019 11:05:47 +0000 (12:05 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 19 Nov 2019 12:33:36 +0000 (13:33 +0100)
commit2bf92084b77060f3b089fc5f0e78a2a3ac8d34f5
tree3743375114a37409b0bb138b913e04a019ac32c8
parent47774e275799ce2baf814c5ae00f1bfa001b5d4b
lib: no filter operations fix on appropriate access-list name

some vty no operations were not removing the entry of the access-list,
since the access-list name was not retrieved correctly. the index was
not correct for 'no ipv6 access-list WORD' operations, but also for one 'no
access-list WORD [..] any' operation.

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