diff options
Diffstat (limited to 'src/migration-scripts')
-rwxr-xr-x | src/migration-scripts/bgp/0-to-1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/migration-scripts/bgp/0-to-1 b/src/migration-scripts/bgp/0-to-1 index a70b52909..b1d5a6514 100755 --- a/src/migration-scripts/bgp/0-to-1 +++ b/src/migration-scripts/bgp/0-to-1 @@ -40,7 +40,6 @@ if not config.exists(base): # Only one BGP process is supported, thus this operation is savea asn = config.list_nodes(base) bgp_base = base + asn -print(asn) # We need a temporary copy of the config tmp_base = ['protocols', 'bgp2'] |