[platform]: bfn intf: allow-hotplug for usb0 interface (#1889)

This commit is contained in:
Sagar Balani 2018-07-30 09:54:05 -07:00 committed by lguohan
parent 81ee8fa34f
commit 5011622c6f

View File

@ -10,6 +10,7 @@ if [[ "$platform" == "x86_64-accton_wedge100bf_32x-r0" || "$platform" == "x86_64
cat <<'EOF' >> /etc/network/interfaces cat <<'EOF' >> /etc/network/interfaces
# BMC interface # BMC interface
auto usb0 auto usb0
allow-hotplug usb0
iface usb0 inet6 auto iface usb0 inet6 auto
up ifconfig usb0 txqueuelen 64 up ifconfig usb0 txqueuelen 64
EOF EOF