@@ -25,6 +25,9 @@ namespace swss {
25
25
#define APPL_STATE_DB 14
26
26
#define EVENT_DB 19
27
27
#define BMP_STATE_DB 20
28
+ #define POE_ASIC_DB 21
29
+ #define POE_COUNTERS_DB 22
30
+ #define POE_FLEX_COUNTER_DB 23
28
31
29
32
/* **** APPLICATION DATABASE *****/
30
33
@@ -110,6 +113,7 @@ namespace swss {
110
113
#define APP_ISOLATION_GROUP_TABLE_NAME " ISOLATION_GROUP_TABLE"
111
114
#define APP_BFD_SESSION_TABLE_NAME " BFD_SESSION_TABLE"
112
115
116
+ #define APP_POE_TABLE_NAME " POE_TABLE"
113
117
114
118
#define APP_SAG_TABLE_NAME " SAG_TABLE"
115
119
@@ -290,6 +294,7 @@ namespace swss {
290
294
#define CFG_SEND_TO_INGRESS_PORT_TABLE_NAME " SEND_TO_INGRESS_PORT"
291
295
292
296
#define CFG_GEARBOX_TABLE_NAME " GEARBOX"
297
+ #define CFG_POE_TABLE_NAME " POE_PORT"
293
298
294
299
#define CFG_INTF_TABLE_NAME " INTERFACE"
295
300
#define CFG_LOOPBACK_INTERFACE_TABLE_NAME " LOOPBACK_INTERFACE"
@@ -534,6 +539,10 @@ namespace swss {
534
539
535
540
#define STATE_ASIC_SDK_HEALTH_EVENT_TABLE_NAME " ASIC_SDK_HEALTH_EVENT_TABLE"
536
541
542
+ #define STATE_POE_DEVICE_TABLE_NAME " POE_DEVICE_TABLE"
543
+ #define STATE_POE_PSE_TABLE_NAME " POE_PSE_TABLE"
544
+ #define STATE_POE_PORT_TABLE_NAME " POE_PORT_TABLE"
545
+
537
546
// ACL table and ACL rule table
538
547
#define STATE_ACL_TABLE_TABLE_NAME " ACL_TABLE_TABLE"
539
548
#define STATE_ACL_RULE_TABLE_NAME " ACL_RULE_TABLE"
0 commit comments