Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test 'testing ovn -- IP packet buffering' on Windows
The test fails on Windows because of: <--cut--> ovn-nbctl: sw0: invalid network address: 2001;1\64 ovn-nbctl: sw1: invalid network address: 2002;1\64 <--cut--> This is due to the fact msys converts '::1' into ';1'. Use IPv6 long form instead of its short variant. Signed-off-by: Alin Gabriel Serdean <[email protected]> Acked-by: Numan Siddique <[email protected]> Acked-by: Ben Pfaff <[email protected]>
- Loading branch information