-
Notifications
You must be signed in to change notification settings - Fork 283
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
[vs] Add workaround for clean up macsec ports #752
Conversation
retest vs please |
vslib/src/MACsecManager.cpp
Outdated
SWSS_LOG_THROW("Cannot show MACsec ports"); | ||
// this is workaround, there was exception thrown here, and it probably | ||
// suggest that, ip command is in place, but don't support "macsec" | ||
SWSS_LOG_ERROR("Cannot show MACsec 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.
i think this will block log analyzer, better to change to notice level.
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.
what log analyzer ? out internal ? do you propose warning ?
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.
the log analyzer in sonic-mgmt repo, it will report error when it does the vsimage check, warning should be fine.
…-net#752) Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
@Pterosaur please address this when you will be available