Commit f4e67761 authored by Lionel Gauthier's avatar Lionel Gauthier

Nothing special, minor

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5059 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 2e10d532
......@@ -115,9 +115,7 @@ fi
# NETWORK TOPOLOGY
##################################################
clean_enb_vlan_network
echo_success "clean_enb_vlan_network Done"
build_enb_vlan_network
echo_success "build_enb_vlan_network Done"
test_enb_vlan_network
##################################################
......@@ -155,7 +153,7 @@ assert " `sysctl -n net.ipv4.conf.all.rp_filter` -eq 0" $LINENO
bash_exec "ip route flush cache"
# Check table 200 lte in /etc/iproute2/rt_tables
fgrep lte /etc/iproute2/rt_tables
fgrep lte /etc/iproute2/rt_tables > /dev/null
if [ $? -ne 0 ]; then
echo "200 lte " >> /etc/iproute2/rt_tables
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