[Feature][ZXW-41] merged 0601 version
Change-Id: I667af6bb09d65581d455b73f8984c160b2c67ad8
diff --git a/ap/app/Script/scripts/psext_up.sh b/ap/app/Script/scripts/psext_up.sh
index ecd67ba..7a51bbf 100755
--- a/ap/app/Script/scripts/psext_up.sh
+++ b/ap/app/Script/scripts/psext_up.sh
@@ -46,7 +46,7 @@
echo "Error: ifconfig $ps_if $ps_ip up failed." >> $test_log
fi
nv set default_wan_rel=$ps_if
- nv set default_cid=$c_id
+ #nv set default_cid=$c_id
nv set $ext_br"_ip"=$br_ip
ifconfig $ext_br $br_ip 2>>$test_log
if [ $? -ne 0 ];then
@@ -76,7 +76,7 @@
#±¾µØÍøÂçÅäÖÃ
iptables -t nat -I POSTROUTING -s $ps_ip -o $ps_if -j SNAT --to $pdp_ip
- route_info=`route|grep default`
+ route_info=`ip route|grep default`
if [ "$route_info" == "" ];then
route add default dev $ps_if