On Wed, Jan 10, 2018 at 09:34:11PM +0200, Alin Gabriel Serdean wrote: > Similar to commit 847dc1c22c0b4af2ba33d15c311be32d34257429, MSYS mangles the > IPv6 address: > 'ovn-nbctl: ro-sw: invalid network address: aef0;1\64' > > This patch uses the full form of the IPv6 address instead of its shorter > notation. > > Signed-off-by: Alin Gabriel Serdean <[email protected]>
Acked-by: Ben Pfaff <[email protected]> Is there a regular expression (etc.) that could find these problems? If so, then we could add a build-time check that flags them before they get into the tree, or we could add something to checkpatch to find them at review time. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
