WIP3
This commit is contained in:
6
roles/linux-system-roles.network/tests/unit/helpers/ethtool
Executable file
6
roles/linux-system-roles.network/tests/unit/helpers/ethtool
Executable file
@@ -0,0 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
if [ "${1}" == "-P" ] && [ "${2}" != "" ]
|
||||
then
|
||||
echo "Permanent address: 23:00:00:00:00:00"
|
||||
fi
|
||||
Reference in New Issue
Block a user