This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-tsg-os-buildimage/tsg-9140-scripts/roles/system-init/templates/setdown.enp1s0.ips.toml.j2
2021-05-08 06:49:19 -04:00

12 lines
243 B
Django/Jinja

#!/bin/bash
INF="$1"
STA="$2"
logger "$0 called for interface named $INF with $STA ..."
if [ "$INF" == "enp1s0" ]
then
logger "$0: Interface $INF with $STA,Rmove $INF VF And Vlan ..."
echo 0 >/sys/class/net/enp1s0/device/sriov_numvfs
fi