Re: [ovs-dev] [PATCH] Remove restriction on socket name

2013-01-14 Thread Ben Pfaff
Thanks for the revised patch. I have a number of comments, mostly process related. "git am" noticed trailing whitespace: /home/blp/nicira/ovs/.git/rebase-apply/patch:21: trailing whitespace. warning: 1 line adds whitespace errors. > Subject: [PATCH] Remove restriction on socket name We

Re: [ovs-dev] [PATCH] remove restriction on socket name

2013-01-14 Thread Pavithra Ramesh
Sorry about the formatting. I sent out another one using git send-email. Thanks, Pavithra - Original Message - From: "Jesse Gross" To: "Ben Pfaff" Cc: "Pavithra Ramesh" , dev@openvswitch.org Sent: Monday, January 14, 2013 6:14:47 PM Subject: Re: [ovs-dev]

Re: [ovs-dev] [PATCH] remove restriction on socket name

2013-01-14 Thread Jesse Gross
On Mon, Jan 14, 2013 at 4:57 PM, Ben Pfaff wrote: > On Mon, Jan 14, 2013 at 03:37:43PM -0800, Pavithra Ramesh wrote: >> Following patch removes restriction on the listening socket name that gets >> configured as bridge controller. >> Currently, we only connect to sockets in a specific directory w

Re: [ovs-dev] [PATCH] remove restriction on socket name

2013-01-14 Thread Ben Pfaff
On Mon, Jan 14, 2013 at 03:37:43PM -0800, Pavithra Ramesh wrote: > Following patch removes restriction on the listening socket name that gets > configured as bridge controller. > Currently, we only connect to sockets in a specific directory with the name > of the bridge. > This patch removes th