[BFN] Fixed settings for BMC interface (#10940)
* 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:
parent
756de913cb
commit
762fad624f
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user