[Feature][ZXW-241]merge P56U01 version
Only Configure: No
Affected branch: master
Affected module: unknow
Is it affected on both ZXIC and MTK: only ZXIC
Self-test: Yes
Doc Update: No
Change-Id: I7985538dde6951dd824c36149bf9a1e3ca23c734
diff --git a/ap/app/Script/scripts/wan_ipv6.sh b/ap/app/Script/scripts/wan_ipv6.sh
index e1e60d1..3fdcf43 100755
--- a/ap/app/Script/scripts/wan_ipv6.sh
+++ b/ap/app/Script/scripts/wan_ipv6.sh
@@ -41,8 +41,12 @@
"wifiwan")
wan_if=$wifiwan_if ;;
esac
- mtu=`nv get mtu`
- ifconfig $wan_if mtu $mtu
+
+ ra_mtu_enable=`nv get ra_mtu_enable`
+ if ["$ra_mtu_enable" != "1" -o $1 != "pswan"]; then
+ mtu=`nv get mtu`
+ ifconfig $wan_if mtu $mtu
+ fi
#ÐèÒªÓõ½Ïà¹ØÅäÖÃÎļþ
dhcp6s_conf=$path_conf/dhcp6s_$wan_if.conf