Merge pull request #2267 from Hzj-jie/master2

Always release ip before obtaining a new one
pull/2277/head
Qingping Hou 8 years ago committed by GitHub
commit 8813f0f32d

@ -1,4 +1,6 @@
#!/bin/sh
./release-ip.sh
# Use udhcpc to obtain IP.
env -u LD_LIBRARY_PATH udhcpc -S -i eth0 -s /etc/udhcpc.d/default.script -t15 -T10 -A3 -b -q

Loading…
Cancel
Save