mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 18:54:59 +00:00
lib: Destroy any
flag when creating a prefix-list entry with prefix
The same as 61c07b9d43
, but forgot to put IPv6
in place.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
d8986f0134
commit
14c1e0a169
@ -1525,6 +1525,7 @@ DEFPY_YANG(
|
||||
vty, "./ipv6-prefix-length-lesser-or-equal",
|
||||
NB_OP_DESTROY, NULL);
|
||||
}
|
||||
nb_cli_enqueue_change(vty, "./any", NB_OP_DESTROY, NULL);
|
||||
} else {
|
||||
nb_cli_enqueue_change(vty, "./any", NB_OP_CREATE, NULL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user