Re: [ovs-dev] [PATCHv2 1/5] system-common-macros: Allow quotes in NS_EXEC().

2015-08-19 Thread Joe Stringer
On 17 August 2015 at 07:38, Daniele Di Proietto wrote: > Acked-by: Daniele Di Proietto > > On 12/08/2015 22:01, "Joe Stringer" wrote: > >>This allows arbitrary commands to be passed into the NS_EXEC macro to be >>executed within a namespace, including commands that have quotes and >>commands cha

Re: [ovs-dev] [PATCHv2 1/5] system-common-macros: Allow quotes in NS_EXEC().

2015-08-17 Thread Daniele Di Proietto
Acked-by: Daniele Di Proietto On 12/08/2015 22:01, "Joe Stringer" wrote: >This allows arbitrary commands to be passed into the NS_EXEC macro to be >executed within a namespace, including commands that have quotes and >commands chained together. > >Signed-off-by: Joe Stringer >--- >Daniele, tha

[ovs-dev] [PATCHv2 1/5] system-common-macros: Allow quotes in NS_EXEC().

2015-08-12 Thread Joe Stringer
This allows arbitrary commands to be passed into the NS_EXEC macro to be executed within a namespace, including commands that have quotes and commands chained together. Signed-off-by: Joe Stringer --- Daniele, thanks for the suggestion, this seems to work pretty well. My only complaint is that th