summaryrefslogtreecommitdiff
path: root/src/migration-scripts
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-01-16 11:15:21 +0100
committerChristian Poessinger <christian@poessinger.com>2022-01-16 11:15:21 +0100
commit3399e0df679f197270f85200ecbba637e65e57f3 (patch)
tree3968284ef725f646ffdd34fcf27920be7ccdfd22 /src/migration-scripts
parent3ef881fcc3aada5846e3dd9ec20054c0e7261f46 (diff)
downloadvyos-1x-3399e0df679f197270f85200ecbba637e65e57f3.tar.gz
vyos-1x-3399e0df679f197270f85200ecbba637e65e57f3.zip
bgp: T3741: remove unnecessary exit() in migration script 1 -> 2
Diffstat (limited to 'src/migration-scripts')
-rwxr-xr-xsrc/migration-scripts/bgp/1-to-22
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']):