summaryrefslogtreecommitdiff
path: root/vtep/vtep-ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'vtep/vtep-ctl.c')
-rw-r--r--vtep/vtep-ctl.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/vtep/vtep-ctl.c b/vtep/vtep-ctl.c
index 7dc3cc775..05c9ef8e3 100644
--- a/vtep/vtep-ctl.c
+++ b/vtep/vtep-ctl.c
@@ -2178,20 +2178,18 @@ cmd_set_manager(struct ctl_context *ctx)
/* Parameter commands. */
static const struct ctl_table_class tables[VTEPREC_N_TABLES] = {
[VTEPREC_TABLE_LOGICAL_SWITCH].row_ids[0]
- = {&vteprec_table_logical_switch, &vteprec_logical_switch_col_name, NULL},
+ = {&vteprec_logical_switch_col_name, NULL},
- [VTEPREC_TABLE_MANAGER].row_ids[0]
- = {&vteprec_table_manager, &vteprec_manager_col_target, NULL},
+ [VTEPREC_TABLE_MANAGER].row_ids[0] = {&vteprec_manager_col_target, NULL},
[VTEPREC_TABLE_PHYSICAL_PORT].row_ids[0]
- = {&vteprec_table_physical_port, &vteprec_physical_port_col_name, NULL},
+ = {&vteprec_physical_port_col_name, NULL},
[VTEPREC_TABLE_PHYSICAL_SWITCH].row_ids[0]
- = {&vteprec_table_physical_switch, &vteprec_physical_switch_col_name,
- NULL},
+ = {&vteprec_physical_switch_col_name, NULL},
[VTEPREC_TABLE_LOGICAL_ROUTER].row_ids[0]
- = {&vteprec_table_logical_router, &vteprec_logical_router_col_name, NULL},
+ = {&vteprec_logical_router_col_name, NULL},
};