[interfaces-config.sh] Do not bring 'lo' interface down and up (#4150)

This commit is contained in:
Joe LeVeque 2020-02-14 14:55:03 -08:00 committed by Abhishek Dosi
parent bc30442a38
commit f6d69aed49

View File

@ -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