Skip to content

Commit 8d6b2bf

Browse files
Create a new PORT_PHY_ATTR table
Signed-off-by: dhanasekar-arista <dhanasekar@arista.com>
1 parent 7f1b50f commit 8d6b2bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/schema.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ namespace swss {
216216
#define COUNTERS_SYSTEM_PORT_NAME_MAP "COUNTERS_SYSTEM_PORT_NAME_MAP"
217217
#define COUNTERS_LAG_NAME_MAP "COUNTERS_LAG_NAME_MAP"
218218
#define COUNTERS_TABLE "COUNTERS"
219+
#define PORT_PHY_ATTR_TABLE "PORT_PHY_ATTR"
219220
#define COUNTERS_QUEUE_NAME_MAP "COUNTERS_QUEUE_NAME_MAP"
220221
#define COUNTERS_VOQ_NAME_MAP "COUNTERS_VOQ_NAME_MAP"
221222
#define COUNTERS_QUEUE_PORT_MAP "COUNTERS_QUEUE_PORT_MAP"
@@ -275,8 +276,8 @@ namespace swss {
275276

276277
#define PFC_WD_POLL_MSECS 100
277278
#define FLEX_COUNTER_TABLE "FLEX_COUNTER_TABLE"
279+
#define PORT_PHY_ATTR_ID_LIST "PORT_PHY_ATTR_ID_LIST"
278280
#define PORT_COUNTER_ID_LIST "PORT_COUNTER_ID_LIST"
279-
#define PORT_SERDES_ATTR_ID_LIST "PORT_SERDES_ATTR_ID_LIST"
280281
#define PORT_DEBUG_COUNTER_ID_LIST "PORT_DEBUG_COUNTER_ID_LIST"
281282
#define QUEUE_COUNTER_ID_LIST "QUEUE_COUNTER_ID_LIST"
282283
#define QUEUE_ATTR_ID_LIST "QUEUE_ATTR_ID_LIST"

0 commit comments

Comments
 (0)