We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22575f commit 912a5d1Copy full SHA for 912a5d1
1 file changed
common/scheme.h
@@ -13,6 +13,12 @@ namespace swss {
13
#define APP_INTF_TABLE_NAME "INTF_TABLE"
14
#define APP_NEIGH_TABLE_NAME "NEIGH_TABLE"
15
#define APP_ROUTE_TABLE_NAME "ROUTE_TABLE"
16
+#define APP_TC_TO_QUEUE_MAP_TABLE_NAME "TC_TO_QUEUE_MAP_TABLE"
17
+#define APP_SCHEDULER_TABLE_NAME "SCHEDULER_TABLE"
18
+#define APP_DSCP_TO_TC_MAP_TABLE_NAME "DSCP_TO_TC_MAP_TABLE"
19
+#define APP_QUEUE_TABLE_NAME "QUEUE_TABLE"
20
+#define APP_PORT_QOS_MAP_TABLE_NAME "PORT_QOS_MAP_TABLE"
21
+#define APP_WRED_PROFILE_TABLE_NAME "WRED_PROFILE_TABLE"
22
23
#define IPV4_NAME "IPv4"
24
#define IPV6_NAME "IPv6"
0 commit comments