Commit 2894ca64 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5295 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent c67f47ca
...@@ -270,8 +270,14 @@ else ...@@ -270,8 +270,14 @@ else
clean_epc_vlan_network clean_epc_vlan_network
build_mme_spgw_vlan_network build_mme_spgw_vlan_network
else else
echo_error "Cannot find open-vswitch network configuration or VLAN network configuration" is_real_interface $MME_IPV4_ADDRESS_FOR_S11_MME \
exit 1 $SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP
if [ $? -eq 1 ]; then
echo_success "Found standart network configuration"
else
echo_error "Cannot find open-vswitch network configuration or VLAN network configuration or standart network configuration"
exit 1
fi
fi fi
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment