Skip to content

Commit 099bb3f

Browse files
huseratgithubguxianghong
authored andcommitted
[TWAMP] Add twamp light table to schema
Signed-off-by: Xiaodong Hu <huxd@centec.com>
1 parent 0cbceed commit 099bb3f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

common/schema.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ namespace swss {
199199
#define COUNTERS_ROUTE_TO_PATTERN_MAP "COUNTERS_ROUTE_TO_PATTERN_MAP"
200200
#define COUNTERS_FABRIC_QUEUE_NAME_MAP "COUNTERS_FABRIC_QUEUE_NAME_MAP"
201201
#define COUNTERS_FABRIC_PORT_NAME_MAP "COUNTERS_FABRIC_PORT_NAME_MAP"
202+
#define COUNTERS_TWAMP_SESSION_NAME_MAP "COUNTERS_TWAMP_SESSION_NAME_MAP"
202203

203204
#define COUNTERS_NAT_TABLE "COUNTERS_NAT"
204205
#define COUNTERS_NAPT_TABLE "COUNTERS_NAPT"
@@ -426,6 +427,8 @@ namespace swss {
426427

427428
#define CFG_CHASSIS_MODULE_TABLE "CHASSIS_MODULE"
428429

430+
#define CFG_TWAMP_SESSION_TABLE_NAME "TWAMP_SESSION"
431+
429432
#define CFG_DHCP_TABLE "DHCP_RELAY"
430433

431434
#define CFG_FLOW_COUNTER_ROUTE_PATTERN_TABLE_NAME "FLOW_COUNTER_ROUTE_PATTERN"
@@ -479,6 +482,8 @@ namespace swss {
479482

480483
#define STATE_SYSTEM_NEIGH_TABLE_NAME "SYSTEM_NEIGH_TABLE"
481484

485+
#define STATE_TWAMP_SESSION_TABLE_NAME "TWAMP_SESSION_TABLE"
486+
482487
#define STATE_MACSEC_PORT_TABLE_NAME "MACSEC_PORT_TABLE"
483488
#define STATE_MACSEC_INGRESS_SC_TABLE_NAME "MACSEC_INGRESS_SC_TABLE"
484489
#define STATE_MACSEC_INGRESS_SA_TABLE_NAME "MACSEC_INGRESS_SA_TABLE"

0 commit comments

Comments
 (0)