8 lines
189 B
Bash
8 lines
189 B
Bash
#!/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 |