Skip to content

Commit

Permalink
[interfaces-config.sh] Do not bring 'lo' interface down and up (sonic…
Browse files Browse the repository at this point in the history
  • Loading branch information
jleveque authored and pphuchar committed Mar 9, 2020
1 parent b70ddb2 commit 1a243fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions files/image_config/interfaces/interfaces-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ sonic-cfggen -d -t /usr/share/sonic/templates/interfaces.j2 > /etc/network/inter
[ -f /var/run/dhclient.eth0.pid ] && kill `cat /var/run/dhclient.eth0.pid` && rm -f /var/run/dhclient.eth0.pid

systemctl restart networking

ifdown lo && ifup lo

0 comments on commit 1a243fb

Please sign in to comment.