Skip to content

Commit

Permalink
Sflow Tables
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsudharsan committed Jul 31, 2019
1 parent 523d00d commit 84efd79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ namespace swss {
#define APP_PASS_THROUGH_ROUTE_TABLE_NAME "PASS_THROUGH_ROUTE_TABLE"
#define APP_ACL_TABLE_TABLE_NAME "ACL_TABLE_TABLE"
#define APP_ACL_RULE_TABLE_NAME "ACL_RULE_TABLE"
#define APP_SFLOW_TABLE_NAME "SFLOW_TABLE"
#define APP_SFLOW_SESSION_TABLE_NAME "SFLOW_SESSION_TABLE"
#define APP_SFLOW_SAMPLE_RATE_TABLE_NAME "SFLOW_SAMPLE_RATE_TABLE"

/***** TO BE REMOVED *****/

Expand Down Expand Up @@ -185,6 +188,8 @@ namespace swss {
#define CFG_VNET_RT_TUNNEL_TABLE_NAME "VNET_ROUTE_TUNNEL"

#define CFG_PASS_THROUGH_ROUTE_TABLE_NAME "PASS_THROUGH_ROUTE_TABLE"
#define CFG_SFLOW_TABLE_NAME "SFLOW"
#define CFG_SFLOW_SESSION_TABLE_NAME "SFLOW_SESSION"

/***** STATE DATABASE *****/

Expand Down

0 comments on commit 84efd79

Please sign in to comment.