diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-01-16 11:15:21 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-01-16 11:15:21 +0100 |
commit | 3399e0df679f197270f85200ecbba637e65e57f3 (patch) | |
tree | 3968284ef725f646ffdd34fcf27920be7ccdfd22 | |
parent | 3ef881fcc3aada5846e3dd9ec20054c0e7261f46 (diff) | |
download | vyos-1x-3399e0df679f197270f85200ecbba637e65e57f3.tar.gz vyos-1x-3399e0df679f197270f85200ecbba637e65e57f3.zip |
bgp: T3741: remove unnecessary exit() in migration script 1 -> 2
-rwxr-xr-x | src/migration-scripts/bgp/1-to-2 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/migration-scripts/bgp/1-to-2 b/src/migration-scripts/bgp/1-to-2 index 4c6d5ceb8..4aa24bf3c 100755 --- a/src/migration-scripts/bgp/1-to-2 +++ b/src/migration-scripts/bgp/1-to-2 @@ -52,8 +52,6 @@ if config.exists(base + ['parameters', 'default', 'no-ipv4-unicast']): if len(config.list_nodes(base + ['parameters'])) == 0: config.delete(base + ['parameters']) - exit(0) - # As we now install a new default option into BGP we need to migrate all # existing BGP neighbors and restore the old behavior if config.exists(base + ['neighbor']): |