From f4e6776115ada9d9117f0da2317c0f396c678a42 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Mon, 10 Feb 2014 13:28:09 +0000 Subject: [PATCH] Nothing special, minor git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5059 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- targets/PROJECTS/GENERIC-LTE-EPC/start_lte-enb-vlan.bash | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/start_lte-enb-vlan.bash b/targets/PROJECTS/GENERIC-LTE-EPC/start_lte-enb-vlan.bash index 0ea053961f1..ec3c1f61dce 100755 --- a/targets/PROJECTS/GENERIC-LTE-EPC/start_lte-enb-vlan.bash +++ b/targets/PROJECTS/GENERIC-LTE-EPC/start_lte-enb-vlan.bash @@ -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 -- GitLab