Skip to content

Commit a5dd80f

Browse files
authored
[schema] add SRv6 counters tables (#1005)
Add new tables for SRv6 counters support
1 parent f575714 commit a5dd80f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/schema.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ namespace swss {
238238
#define COUNTERS_FABRIC_QUEUE_NAME_MAP "COUNTERS_FABRIC_QUEUE_NAME_MAP"
239239
#define COUNTERS_FABRIC_PORT_NAME_MAP "COUNTERS_FABRIC_PORT_NAME_MAP"
240240
#define COUNTERS_TWAMP_SESSION_NAME_MAP "COUNTERS_TWAMP_SESSION_NAME_MAP"
241+
#define COUNTERS_SRV6_NAME_MAP "COUNTERS_SRV6_NAME_MAP"
241242

242243
#define COUNTERS_NAT_TABLE "COUNTERS_NAT"
243244
#define COUNTERS_NAPT_TABLE "COUNTERS_NAPT"
@@ -288,6 +289,7 @@ namespace swss {
288289
#define ACL_COUNTER_ATTR_ID_LIST "ACL_COUNTER_ATTR_ID_LIST"
289290
#define FLOW_COUNTER_ID_LIST "FLOW_COUNTER_ID_LIST"
290291
#define POLICER_COUNTER_ID_LIST "POLICER_COUNTER_ID_LIST"
292+
#define SRV6_COUNTER_ID_LIST "SRV6_COUNTER_ID_LIST"
291293
#define PLUGIN_TABLE "PLUGIN_TABLE"
292294
#define LUA_PLUGIN_TYPE "LUA_PLUGIN_TYPE"
293295
#define SAI_OBJECT_TYPE "SAI_OBJECT_TYPE"

0 commit comments

Comments
 (0)