-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[schema] Add VNET Route tables in config_db #279
[schema] Add VNET Route tables in config_db #279
Conversation
weixchen1215
commented
May 21, 2019
- VNET_ROUTE
- VNET_ROUTE_TUNNEL
common/schema.h
Outdated
@@ -178,6 +178,9 @@ namespace swss { | |||
#define CFG_VNET_TABLE_NAME "VNET" | |||
#define CFG_NEIGH_TABLE_NAME "NEIGH" | |||
|
|||
#define CFG_VNET_RT_TABLE_NAME "VNET_ROUTE" | |||
#define CFG_VNET_RT_TUNNEL_TABLE_NAME "VNET_ROUTE_TUNNEL" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
align with the spaces?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok. Will fix it
@weixi, can you please use space instead of tab to align. Its still not aligned. |
retest this please |
3 similar comments
retest this please |
retest this please |
retest this please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx