Skip to content
Snippets Groups Projects
Commit fc8ddd3b authored by Adam Wujek's avatar Adam Wujek :speech_balloon:
Browse files

build: rename network interfaces from wrX to wriX+1 in wrs_hwinfo script


Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
parent fc20df42
Branches
Tags
No related merge requests found
......@@ -59,7 +59,7 @@ while [ $# -ge 1 ]; do
shift; shift
;;
-m2|--mac2|--wr0.ethaddr)
-m2|--mac2|--wri1.ethaddr)
MAC2="$2"
checkMAC $MAC2
if [ $? -eq 1 ];then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment