[Feature][ZXW-41] merged 0601 version
Change-Id: I667af6bb09d65581d455b73f8984c160b2c67ad8
diff --git a/ap/app/Script/scripts/psext_updown.sh b/ap/app/Script/scripts/psext_updown.sh
index 7723f5b..890a6f1 100755
--- a/ap/app/Script/scripts/psext_updown.sh
+++ b/ap/app/Script/scripts/psext_updown.sh
@@ -282,7 +282,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
@@ -312,7 +312,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