Re: [ovs-dev] [PATCH V2] bridge: Relax the whitelist format for punix path.

2015-08-28 Thread ALeX Wang
Thx, applied to master~ Alex Wang, On 28 August 2015 at 14:07, Ben Pfaff wrote: > On Fri, Aug 28, 2015 at 07:31:21AM +, Alex Wang wrote: > > This commit relaxes the whitelist format for punix path for > > service controller. Instead of only allowing > > punix:/.controller, the new format >

Re: [ovs-dev] [PATCH V2] bridge: Relax the whitelist format for punix path.

2015-08-28 Thread Ben Pfaff
On Fri, Aug 28, 2015 at 07:31:21AM +, Alex Wang wrote: > This commit relaxes the whitelist format for punix path for > service controller. Instead of only allowing > punix:/.controller, the new format > allows any suffix, like punix:/.*. > (except '/'). > > Signed-off-by: Alex Wang > --- > P

[ovs-dev] [PATCH V2] bridge: Relax the whitelist format for punix path.

2015-08-28 Thread Alex Wang
This commit relaxes the whitelist format for punix path for service controller. Instead of only allowing punix:/.controller, the new format allows any suffix, like punix:/.*. (except '/'). Signed-off-by: Alex Wang --- PATCH->V2: - prevent the punix path from specifying directory other than the