We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8054bb commit 874a712Copy full SHA for 874a712
files/scripts/arp_update
@@ -47,6 +47,9 @@ while /bin/true; do
47
eval `eval $ip6cmd`
48
done
49
50
+ # sleep here before handling the mismatch as it is not required during startup
51
+ sleep 300
52
+
53
# refresh neighbor entries from APP_DB in case of mismatch with kernel
54
DBNEIGH=$(sonic-db-cli APPL_DB keys NEIGH_TABLE*)
55
KERNEIGH4=$(ip -4 neigh show | grep Vlan | cut -d ' ' -f 1,3 --output-delimiter=',')
@@ -67,5 +70,4 @@ while /bin/true; do
67
70
fi
68
71
69
72
- sleep 300
73
0 commit comments