sonic-buildimage/files/image_config/interfaces/init_interfaces
Ying Xie 84bde1511a
[sonic boot] disable dhcp during boot up, until updategraph service is running (#2316)
* [sonic] disable management port eth0 during boot up

Signed-off-by: Ying Xie <ying.xie@microsoft.com>

* [updategraph] enable dhcp client on management port eth0

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
2018-11-29 08:34:22 -08:00

9 lines
261 B
Plaintext

# Initial /etc/network/interface file for first boot
# Will be overwritten based on minigraph information by interfaces-config service
# The loopback network interface
auto lo
iface lo inet loopback
#
# Disable the management network interface during boot up