]> git.proxmox.com Git - mirror_ovs.git/commit
ovn.at: Fix MSYS IPv6 interpretation
authorAlin Gabriel Serdean <aserdean@ovn.org>
Tue, 14 Nov 2017 01:49:44 +0000 (03:49 +0200)
committerAlin Gabriel Serdean <aserdean@ovn.org>
Tue, 14 Nov 2017 18:40:51 +0000 (20:40 +0200)
commit847dc1c22c0b4af2ba33d15c311be32d34257429
tree11c65b509a33c89b1bbcdf050e7070540d7644d7
parent0d8efdc9ca3587ea919cd18a7733fcbb7de08f83
ovn.at: Fix MSYS IPv6 interpretation

Unfortunately MSYS transforms `0::` into the location of the binaries i.e.:
c:\MinGW\msys\1.0\64.

Currently the test:
`testing ovn -- IPv6 Neighbor Solicitation for unknown MAC`
fails because of the above:
"ovn-nbctl: lrp0_ip6: invalid network address: aef0;c:\MinGW\msys\1.0\64"

This patch uses the full form of the IPv6 address instead of its shorter
notation.

Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
tests/ovn.at