From 3399e0df679f197270f85200ecbba637e65e57f3 Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
Date: Sun, 16 Jan 2022 11:15:21 +0100
Subject: bgp: T3741: remove unnecessary exit() in migration script 1 -> 2

---
 src/migration-scripts/bgp/1-to-2 | 2 --
 1 file changed, 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']):
-- 
cgit v1.2.3