[ovs-dev] [PATCH] vtep-ctl: Add Tunnel table to vtep_ctl_table_class.

2014-08-01 Thread Gurucharan Shetty
This is needed to create, get, set records in the Tunnel table. (We need to add the Tunnel table's 'local' and 'remote' columns that point to the Physical_Locator record to cache because vtep-ctl commands like 'add-ucast-local' will try to add an entry in Physical_Locator table based on the conten

Re: [ovs-dev] [PATCH] vtep-ctl: Add Tunnel table to vtep_ctl_table_class.

2014-07-30 Thread Gurucharan Shetty
On Tue, Jul 29, 2014 at 7:31 AM, Gurucharan Shetty wrote: > This is needed to create, get, set records in the Tunnel table. I realized that when the schema for vtep was changed to accommodate Tunnel table, there was no corresponding change done to vtep-ctl. Sio just the change in this patch would

[ovs-dev] [PATCH] vtep-ctl: Add Tunnel table to vtep_ctl_table_class.

2014-07-29 Thread Gurucharan Shetty
This is needed to create, get, set records in the Tunnel table. Signed-off-by: Gurucharan Shetty --- vtep/vtep-ctl.c |4 1 file changed, 4 insertions(+) diff --git a/vtep/vtep-ctl.c b/vtep/vtep-ctl.c index 0b9463a..129fa03 100644 --- a/vtep/vtep-ctl.c +++ b/vtep/vtep-ctl.c @@ -2283,6 +