Skip to content

Commit

Permalink
[interface-config] Force eth0 before reconfiguration (#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
taoyl-ms authored and lguohan committed Jun 21, 2018
1 parent bbca583 commit 7557007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/image_config/interfaces/interfaces-config.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

ifdown eth0
ifdown --force eth0

sonic-cfggen -d -t /usr/share/sonic/templates/interfaces.j2 > /etc/network/interfaces

Expand Down

0 comments on commit 7557007

Please sign in to comment.