Skip to content

Commit

Permalink
vtep: make vtep-ctl support L3 tables.
Browse files Browse the repository at this point in the history
Add supporting for tables necessary for L3 usage:
Logical_Router
Arp_Sources_Local
Arp_Sources_Remote

Signed-off-by: Wenyu Zhang <[email protected]>
Acked-by: Shuangmin Zhang <[email protected]>
Signed-off-by: Gurucharan Shetty <[email protected]>
  • Loading branch information
WenyuZhang authored and shettyg committed Jan 29, 2016
1 parent 4573fbd commit 025f69a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions vtep/vtep-ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2044,6 +2044,18 @@ static const struct ctl_table_class tables[] = {
{{NULL, NULL, NULL},
{NULL, NULL, NULL}}},

{&vteprec_table_logical_router,
{{&vteprec_table_logical_router, &vteprec_logical_router_col_name, NULL},
{NULL, NULL, NULL}}},

{&vteprec_table_arp_sources_local,
{{NULL, NULL, NULL},
{NULL, NULL, NULL}}},

{&vteprec_table_arp_sources_remote,
{{NULL, NULL, NULL},
{NULL, NULL, NULL}}},

{NULL, {{NULL, NULL, NULL}, {NULL, NULL, NULL}}}
};

Expand Down

0 comments on commit 025f69a

Please sign in to comment.