Skip to content
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

[LogAnalyzer] Update ignore log for MACSEC counter #6234

Merged
merged 5 commits into from
Aug 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ r, ".* ERR ntpd.*syntax error.*"
r, ".* ERR teamd#tlm_teamd.*Can't get dump for LAG.*"
r, ".* ERR bgp#root: Error: zebra is not ready to accept connections.*"
r, ".* ERR bgp#/supervisor-proc-exit-listener: Process .* is not running in namespace.*"
r, ".* ERR syncd#syncd.*collectMACsecSACounters: Failed to get stats of MACsec SA.*"
r, ".* ERR syncd#syncd.*meta_sai_validate_oid.*"
r, ".* ERR syncd#syncd.*meta_validate_stats: object.*don't exists.*"
r, ".* ERR syncd#syncd.*translateVidToRid: unable to get RID for VID.*"
r, ".* ERR dhcp_relay.*setsockopt.*No such device.*"
r, ".* ERR syncd#syncd.*Failed to get attr of SAI_OBJECT_TYPE_ACL_COUNTER.*"
r, ".* ERR syncd#syncd.*Failed to get (stats|attr) of SAI_OBJECT_TYPE_MACSEC_.*"
r, ".* ERR syncd#syncd.*Failed to get (stats|attr) of .*(MACSEC|MACsec).*"

##### White list below messages found on physical devices for now. Need to address them later.

Expand Down