8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
systemctl stop mrzcpd
|
||
|
|
systemctl stop mrtunnat
|
||
|
|
systemctl stop mrenv
|
||
|
|
echo 0 > /sys/class/net/ens1/device/sriov_numvfs
|
||
|
|
ifconfig ens1.100 down
|
||
|
|
vconfig rem ens1.100
|
||
|
|
ifconfig ens1 down
|