network/tests/unit/helpers/ethtool

6 lines
112 B
Bash
Executable file

#! /bin/bash
if [ "${1}" == "-P" ] && [ "${2}" != "" ]
then
echo "Permanent address: 23:00:00:00:00:00"
fi