Re: [ovs-dev] [PATCH v2 2/2] vtep: add logical router related commands.

2016-01-28 Thread Justin Pettit
> On Jan 28, 2016, at 2:08 PM, Guru Shetty wrote: > > On 26 January 2016 at 02:35, Wenyu Zhang wrote: > >> Add logical router related vtep-ctl commands: >> vtep-ctl add-lr LR >> vtep-ctl del-lr LR >> vtep-ctl list-lr >> vtep-ctl lr-exists LR >> --- >> > > You will need to add your Signed-off

Re: [ovs-dev] [PATCH v2 2/2] vtep: add logical router related commands.

2016-01-28 Thread Guru Shetty
On 26 January 2016 at 02:35, Wenyu Zhang wrote: > Add logical router related vtep-ctl commands: > vtep-ctl add-lr LR > vtep-ctl del-lr LR > vtep-ctl list-lr > vtep-ctl lr-exists LR > --- > You will need to add your Signed-off-by. You will also need to update the man page: vtep/vtep-ctl.8.in

[ovs-dev] [PATCH v2 2/2] vtep: add logical router related commands.

2016-01-26 Thread Wenyu Zhang
Add logical router related vtep-ctl commands: vtep-ctl add-lr LR vtep-ctl del-lr LR vtep-ctl list-lr vtep-ctl lr-exists LR --- vtep/vtep-ctl.c | 155 1 file changed, 155 insertions(+) diff --git a/vtep/vtep-ctl.c b/vtep/vtep-ctl.c index 048