[Feature][YUKUAI_patch]add 18.02 code
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: I7f71153004f10fc0ea5adfa083866aaeeb1053ac
diff --git a/rootfs/sbin/gateway_send_arp.sh b/rootfs/sbin/gateway_send_arp.sh
new file mode 100755
index 0000000..6a8664a
--- /dev/null
+++ b/rootfs/sbin/gateway_send_arp.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+test_log=`nv get path_log`"te.log"
+
+lan_if=br0
+
+ip=`nv get lan_ipaddr`
+
+arping -U -I $lan_if -c 1 $ip
+