[interface-config] Force eth0 before reconfiguration (#1802)

This commit is contained in:
Taoyu Li 2018-06-21 10:40:28 -07:00 committed by lguohan
parent bbca58329b
commit 7557007761

View File

@ -1,6 +1,6 @@
#!/bin/bash
ifdown eth0
ifdown --force eth0
sonic-cfggen -d -t /usr/share/sonic/templates/interfaces.j2 > /etc/network/interfaces