On Fri, Dec 08, 2017 at 02:17:54PM -0800, Justin Pettit wrote: > > > On Dec 8, 2017, at 11:36 AM, Ben Pfaff <[email protected]> wrote: > > > > diff --git a/tests/ofproto-macros.at b/tests/ofproto-macros.at > > index 4fbb10070342..ed37ebbc84a6 100644 > > --- a/tests/ofproto-macros.at > > +++ b/tests/ofproto-macros.at > > @@ -32,6 +32,7 @@ prt==1 { sub(/[ \t]*$/, ""); print $0 } > > vconn_sub() { > > sed ' > > s/tcp:127.0.0.1:[0-9][0-9]*:/unix:/ > > +s/unix#[0-9]:/unix:/ > > It looks like this will support up to a single digit number of domain sockets > being created. Do you think it's worth making just support any digits? > > Acked-by: Justin Pettit <[email protected]>
Good spotting. I added a * in the right place and applied this to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
