[Bugfix][T106BUG-520]Fix the problem of not being able to ping ipv4 addresses
Only Configure: No
Affected branch: master
Affected module: data
Is it affected on both ZXIC and MTK: only ZXIC
Self-test: Yes
Doc Update: No
Change-Id: I1ca4af5bfc427722863df4fa02209b46a1b1df11
diff --git a/ap/app/Script/scripts/wan_ipv4.sh b/ap/app/Script/scripts/wan_ipv4.sh
index 0473738..687e65a 100755
--- a/ap/app/Script/scripts/wan_ipv4.sh
+++ b/ap/app/Script/scripts/wan_ipv4.sh
@@ -236,8 +236,9 @@
#if [ "-$c_id" == "-0" -o "-$c_id" == "-$def_cid" ]; then
#echo 0 > /proc/sys/net/ipv4/ip_forward
#fi
-
- ifconfig $wan_if 0.0.0.0 2>>$test_log
+ #xf.li@20240228 delete for T106BUG-520 start
+ #ifconfig $wan_if 0.0.0.0 2>>$test_log
+ #xf.li@20240228 delete for T106BUG-520 end
if [ $? -ne 0 ];then
echo "Error: ifconfig $wan_if 0.0.0.0 failed." >> $test_log
fi