5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
echo 0 > /sys/class/net/ens1/device/sriov_numvfs
|
||
|
|
ifconfig ens1.100 down
|
||
|
|
vconfig rem ens1.100
|
||
|
|
ifconfig ens1 down
|