#!/bin/bash

[ -d /sys/kernel/debug/i40e ] && echo lldp stop | /usr/bin/tee /sys/kernel/debug/i40e/*/command

exit 0