From f6d69aed49947648958f939801e9324e153fe747 Mon Sep 17 00:00:00 2001 From: Joe LeVeque Date: Fri, 14 Feb 2020 14:55:03 -0800 Subject: [PATCH] [interfaces-config.sh] Do not bring 'lo' interface down and up (#4150) --- files/image_config/interfaces/interfaces-config.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/image_config/interfaces/interfaces-config.sh b/files/image_config/interfaces/interfaces-config.sh index a702917419..9ee7de392b 100755 --- a/files/image_config/interfaces/interfaces-config.sh +++ b/files/image_config/interfaces/interfaces-config.sh @@ -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