-
Notifications
You must be signed in to change notification settings - Fork 295
[swss-common] Add additional tables to support PoE feature #894
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
base: master
Are you sure you want to change the base?
Conversation
|
@@ -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
cb361e3
to
428556c
Compare
428556c
to
56c7915
Compare
Signed-off-by: Serhiy Boiko <[email protected]>
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Added new redis databases which are required for the poe syncd instance to run.
Added poe-related tables.