Skip to content

Commit

Permalink
[interface-config] Fix a loopback addr config bug (#437)
Browse files Browse the repository at this point in the history
Fix a bug introduced in PR 430 that addresses on lo are not configured correctly.
  • Loading branch information
taoyl-ms authored Mar 25, 2017
1 parent 6308420 commit 9e8df96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/image_config/interfaces/interfaces-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

sonic-cfggen -m /etc/sonic/minigraph.xml -t /usr/share/sonic/templates/interfaces.j2 >/etc/network/interfaces
service networking restart
ifdown lo && ifup lo

0 comments on commit 9e8df96

Please sign in to comment.