[ovs-dev] [PATCH] stream-unix: Give accepted sockets distinct names for log messages.

Ben Pfaff blp at ovn.org
Fri Dec 8 22:24:29 UTC 2017


On Fri, Dec 08, 2017 at 02:17:54PM -0800, Justin Pettit wrote:
> 
> > On Dec 8, 2017, at 11:36 AM, Ben Pfaff <blp at ovn.org> 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 <jpettit at ovn.org>

Good spotting.  I added a * in the right place and applied this to
master.


More information about the dev mailing list