Commit 76d5eb3a authored by Joanne Hugé's avatar Joanne Hugé

Fix run-server script interface option issue

parent 1bd906e6
...@@ -88,7 +88,7 @@ while getopts "a:b:chtx:X:d:i:g:I:T:E:P:B:" opt; do ...@@ -88,7 +88,7 @@ while getopts "a:b:chtx:X:d:i:g:I:T:E:P:B:" opt; do
make_opts=" -e WITH_XDP=1" make_opts=" -e WITH_XDP=1"
;; ;;
I ) I )
interface+="${OPTARG}" interface="${OPTARG}"
;; ;;
X ) X )
server_options+=" -x ${OPTARG}" server_options+=" -x ${OPTARG}"
......
Markdown is supported
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