d60cc7dfaa
Management port currently broken for Edgecore AS4630-54PE platform due to NIC hardware numbering. Created new PR with typo from Edgecore in original PR fixed. Here is a link to the old PR that has broken logic: #9560
10 lines
171 B
Bash
Executable File
10 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
|
|
/etc/init.d/netfilter-persistent stop
|
|
modprobe -r ixgbe
|
|
udevadm control --reload-rules
|
|
udevadm trigger
|
|
modprobe ixgbe
|
|
/etc/init.d/netfilter-persistent start
|
|
|