diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-03-18 07:31:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-18 07:31:12 -0400 |
| commit | 32894bf8afa51b98a9972ebd7086e9517dba2d73 (patch) | |
| tree | f1d3cc53860346d6331a0d67f0b65fd72f7de9ec /lib/filter_cli.c | |
| parent | 4f039e94aa8c368f85e8ca7f8b7ad470d2a86543 (diff) | |
| parent | 61c07b9d43529f69f48ca54f4f0213cff52b5d0a (diff) | |
Merge pull request #13024 from opensourcerouting/fix/bgpd_prefix-list_changes_not_affected
lib: Adjust only any flag for prefix-list entries if destroying
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 07dd939f71..f31df13464 100644 --- a/lib/filter_cli.c +++ b/lib/filter_cli.c @@ -1323,6 +1323,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); } |
