Kill dhclient when reconfig interfaces (#683)

This commit is contained in:
Taoyu Li 2017-06-08 01:50:04 -07:00 committed by lguohan
parent a7de6ebe24
commit cefd024c26

View File

@ -1,5 +1,6 @@
#!/bin/bash
sonic-cfggen -m /etc/sonic/minigraph.xml -t /usr/share/sonic/templates/interfaces.j2 >/etc/network/interfaces
[ -f /var/run/dhclient.eth0.pid ] && kill `cat /var/run/dhclient.eth0.pid` && rm -f /var/run/dhclient.eth0.pid
service networking restart
ifdown lo && ifup lo