Skip to content

Commit

Permalink
Add STATE_TRANSCEIVER_INFO_TABLE_NAME to shcema.h (sonic-net#824)
Browse files Browse the repository at this point in the history
in order to have the host_tx_ready enhancements, the table name is added to schema.h.

HLD: sonic-net/SONiC#1453
  • Loading branch information
noaOrMlnx committed Nov 27, 2023
1 parent 05e024e commit 8dc6218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ namespace swss {

#define STATE_VNET_MONITOR_TABLE_NAME "VNET_MONITOR_TABLE"

#define STATE_TRANSCEIVER_INFO_TABLE_NAME "TRANSCEIVER_INFO"

// ACL table and ACL rule table
#define STATE_ACL_TABLE_TABLE_NAME "ACL_TABLE_TABLE"
#define STATE_ACL_RULE_TABLE_NAME "ACL_RULE_TABLE"
Expand Down

0 comments on commit 8dc6218

Please sign in to comment.