-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[swss-common] Add additional tables to support PoE feature #894
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Serhiy Boiko <[email protected]>
@@ -534,6 +539,10 @@ namespace swss { | |||
|
|||
#define STATE_ASIC_SDK_HEALTH_EVENT_TABLE_NAME "ASIC_SDK_HEALTH_EVENT_TABLE" | |||
|
|||
#define STATE_POE_DEVICE_TABLE_NAME "POE_DEVICE_TABLE" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont see this used in swss code, are these defined for future usage?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is used inside PoeOrch
daemon for updating the state of the devices/pse/ports
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Added new redis databases which are required for the poe syncd instance to run.
Added poe-related tables.