wit-network-config/files/rc.local

6 lines
117 B
Bash
Executable File

#!/bin/bash
[ -d /sys/kernel/debug/i40e ] && echo lldp stop | /usr/bin/tee /sys/kernel/debug/i40e/*/command
exit 0