Commit 5f4fa13d authored by Jondy Zhao's avatar Jondy Zhao

Fix error interface name in ip script.

parent 8156a52f
......@@ -520,7 +520,7 @@ elif [[ $object == "route" ]] ; then
while [[ "$1" != "" ]] ; do
case $1 in
dev)
interface=dev=\"$(format_interface_name \"$2\")\"
interface=\"$(format_interface_name $2)\"
shift
;;
proto)
......
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