ovs-ofctl.at: Prevent msys from getting confused with ipv6 address.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 9 Jun 2014 17:04:58 +0000 (10:04 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 26 Jun 2014 23:46:44 +0000 (16:46 -0700)
commitccad219bdb4d504d97975b3cbdb588af0528afa1
tree8818c74a55701ab625e14b7c5e8a4f2bb26ac012
parent055b166862df7cb2abbc09588bd7fa4301f6f275
ovs-ofctl.at: Prevent msys from getting confused with ipv6 address.

msys has a set of rules which triggers an automatic conversion of
arguments into something else to suit Windows requirements. Sometimes
this also causes unwanted conversions. Details of the rules is here:
http://www.mingw.org/wiki/Posix_path_conversion

msys converts ::1/::1 into ;1\;1. To prevent this, use fullform
ipv6 address of the form 0:0:0:0:0:0:0:1 instead.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
tests/ovs-ofctl.at