begin ethtool executor-script (as part of EXECUTOR_SCRIPTS_OPT).
This commit is contained in:
parent
a8fcf5502f
commit
63ec8d4b3b
2 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -89,7 +89,8 @@ EXECUTOR_SCRIPTS_OPT ?= \
|
|||
vrf \
|
||||
tunnel \
|
||||
gre \
|
||||
wireguard
|
||||
wireguard \
|
||||
ethtool
|
||||
|
||||
EXECUTOR_SCRIPTS ?= ${EXECUTOR_SCRIPTS_CORE} ${EXECUTOR_SCRIPTS_OPT}
|
||||
|
||||
|
|
2
executor-scripts/linux/ethtool
Executable file
2
executor-scripts/linux/ethtool
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
set -e
|
Loading…
Reference in a new issue