]> git.puffer.fish Git - matthieu/frr.git/commit
lib: fix deletion of empty prefix-lists
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 6 Apr 2021 18:26:09 +0000 (21:26 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 6 Apr 2021 20:18:47 +0000 (23:18 +0300)
commitad2b07055c56c2293b2848194403e133208ca700
tree02a3bf80b20dfaedd6cfcc0dfceac5ee7fd5e1ef
parenta0145975e3aff120df7edbd3cd76cebadbe71940
lib: fix deletion of empty prefix-lists

We delete the prefix-list when its last entry is deleted, but the check
is missed when we delete the description.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
lib/filter_cli.c