[BFN] Fixed settings for BMC interface ()

* Fixed ipv6 settings for BMC interface

Signed-off-by: Taras Keryk <tarasx.keryk@intel.com>

* Added ip6 setting

Signed-off-by: Taras Keryk <tarasx.keryk@intel.com>
This commit is contained in:
Taras Keryk 2022-06-16 02:31:40 +03:00 committed by GitHub
parent 756de913cb
commit 762fad624f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions
platform/barefoot
sonic-platform-modules-bfn-montara/configs/network/interfaces.d
sonic-platform-modules-bfn-newport/configs/network/interfaces.d
sonic-platform-modules-bfn/configs/network/interfaces.d

View File

@ -2,4 +2,5 @@
auto usb0 auto usb0
allow-hotplug usb0 allow-hotplug usb0
iface usb0 inet6 iface usb0 inet6
up sysctl net.ipv6.neigh.usb0.base_reachable_time_ms=30000
up ifconfig usb0 txqueuelen 64 up ifconfig usb0 txqueuelen 64

View File

@ -2,4 +2,5 @@
auto usb0 auto usb0
allow-hotplug usb0 allow-hotplug usb0
iface usb0 inet6 iface usb0 inet6
up sysctl net.ipv6.neigh.usb0.base_reachable_time_ms=30000
up ifconfig usb0 txqueuelen 64 up ifconfig usb0 txqueuelen 64

View File

@ -2,4 +2,5 @@
auto usb0 auto usb0
allow-hotplug usb0 allow-hotplug usb0
iface usb0 inet6 iface usb0 inet6
up sysctl net.ipv6.neigh.usb0.base_reachable_time_ms=30000
up ifconfig usb0 txqueuelen 64 up ifconfig usb0 txqueuelen 64