[interface-config] Force eth0 before reconfiguration (#1802)
This commit is contained in:
parent
bbca58329b
commit
7557007761
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
ifdown eth0
|
||||
ifdown --force eth0
|
||||
|
||||
sonic-cfggen -d -t /usr/share/sonic/templates/interfaces.j2 > /etc/network/interfaces
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user