Re: [ovs-dev] [PATCH v3] vtep: add logical router related commands.

2016-02-02 Thread Guru Shetty
On 29 January 2016 at 02:22, 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 > > Signed-off-by: Wenyu Zhang > You will need the following incremental diff --git a/vtep/vtep-ctl.c b/vtep/vtep

[ovs-dev] [PATCH v3] vtep: add logical router related commands.

2016-01-29 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 Signed-off-by: Wenyu Zhang --- vtep/vtep-ctl.8.in | 25 + vtep/vtep-ctl.c| 155 + 2 files changed, 180 inser