This is needed to create, get, set records in the Tunnel table.
Signed-off-by: Gurucharan Shetty <[email protected]>
---
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 +2283,10 @@ static const struct vtep_ctl_table_class tables[] = {
{{&vteprec_table_physical_switch, &vteprec_physical_switch_col_name,
NULL},
{NULL, NULL, NULL}}},
+ {&vteprec_table_tunnel,
+ {{NULL, NULL, NULL},
+ {NULL, NULL, NULL}}},
+
{NULL, {{NULL, NULL, NULL}, {NULL, NULL, NULL}}}
};
--
1.7.9.5
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev