> 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]> --Justin _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
