From 2c5e70f817071ddf0ab13325f6e01e0c46b6693a Mon Sep 17 00:00:00 2001 From: Oleg Gelbukh Date: Tue, 24 Mar 2015 21:56:12 +0000 Subject: [PATCH] Disconnect 5.1 CICs before doing anything else to avoid IP overlap --- octane/bin/octane | 3 +++ 1 file changed, 3 insertions(+) diff --git a/octane/bin/octane b/octane/bin/octane index 0ebe1d59..c96f8b4a 100755 --- a/octane/bin/octane +++ b/octane/bin/octane @@ -78,6 +78,9 @@ case $1 in for br_name in br-ex br-mgmt br-prv do delete_patch_ports $2 $br_name + done + for br_name in br-ex br-mgmt + do create_tunnels $2 $br_name done for br_name in br-ex br-mgmt