diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-03-18 13:14:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-18 13:14:57 -0400 |
| commit | e4aa127939ba07082be2a11eb6f13b2ffdc4a770 (patch) | |
| tree | f763231a2c6ee80d4ee5784ad41d960b6e41a7a1 /lib/filter_cli.c | |
| parent | bba9437b6e114427bb99e9615e1076a0505404e0 (diff) | |
| parent | 6d7a03d0b1b53cf5d225b0af3f21301bb7858542 (diff) | |
Merge pull request #13035 from FRRouting/mergify/bp/stable/8.5/pr-13024
lib: Adjust only any flag for prefix-list entries if destroying (backport #13024)
Diffstat (limited to 'lib/filter_cli.c')
| -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 5accea3f02..3b896e3aa2 100644 --- a/lib/filter_cli.c +++ b/lib/filter_cli.c @@ -1340,6 +1340,7 @@ DEFPY_YANG( vty, "./ipv4-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); } |
