diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-03-20 07:58:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-20 07:58:43 +0200 |
| commit | 3fa49b125bb73d8f60e6cb5aedc9edbefd1916e9 (patch) | |
| tree | cd7ca9dd2f205641efd48961149c73edff925f44 /lib | |
| parent | 6da712b9e91a566f816f1d5396c78e247936faee (diff) | |
| parent | 8e23fef97dd9928aa212f08daefe7dd6fa036eef (diff) | |
Merge pull request #13052 from FRRouting/mergify/bp/stable/8.5/pr-13049
lib: IPv6 prefix-list entry handling with `any` (backport #13049)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/filter_cli.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/filter_cli.c b/lib/filter_cli.c index 3b896e3aa2..f85f120140 100644 --- a/lib/filter_cli.c +++ b/lib/filter_cli.c @@ -1545,6 +1545,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); } |
