Skip to content

Commit a690b3f

Browse files
[schema] Add FABRIC_PORT_TABLE and fabric counters name map
Signed-off-by: Maxime Lorrillere <[email protected]>
1 parent 9eac0ae commit a690b3f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

common/schema.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ namespace swss {
2828

2929
#define APP_PORT_TABLE_NAME "PORT_TABLE"
3030
#define APP_GEARBOX_TABLE_NAME "GEARBOX_TABLE"
31+
#define APP_FABRIC_PORT_TABLE_NAME "FABRIC_PORT_TABLE"
3132
#define APP_VLAN_TABLE_NAME "VLAN_TABLE"
3233
#define APP_VLAN_MEMBER_TABLE_NAME "VLAN_MEMBER_TABLE"
3334
#define APP_LAG_TABLE_NAME "LAG_TABLE"
@@ -164,6 +165,8 @@ namespace swss {
164165
#define COUNTERS_TUNNEL_NAME_MAP "COUNTERS_TUNNEL_NAME_MAP"
165166
#define COUNTERS_ROUTE_NAME_MAP "COUNTERS_ROUTE_NAME_MAP"
166167
#define COUNTERS_ROUTE_TO_PATTERN_MAP "COUNTERS_ROUTE_TO_PATTERN_MAP"
168+
#define COUNTERS_FABRIC_QUEUE_NAME_MAP "COUNTERS_FABRIC_QUEUE_NAME_MAP"
169+
#define COUNTERS_FABRIC_PORT_NAME_MAP "COUNTERS_FABRIC_PORT_NAME_MAP"
167170

168171
#define COUNTERS_NAT_TABLE "COUNTERS_NAT"
169172
#define COUNTERS_NAPT_TABLE "COUNTERS_NAPT"

0 commit comments

Comments
 (0)