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

Orchagent error messages in syslog #1697

Closed
jleveque opened this issue May 11, 2018 · 3 comments
Closed

Orchagent error messages in syslog #1697

jleveque opened this issue May 11, 2018 · 3 comments
Assignees

Comments

@jleveque
Copy link
Contributor

Seeing the following orchagent messages in syslog:

syslog.10.gz:May 10 10:43:07.496468 str-s6000-acs-7 ERR orchagent: :- doAclTableTask: Unknown table attribute 'SERVICES'
syslog.10.gz:May 10 10:43:07.496994 str-s6000-acs-7 ERR orchagent: :- doAclTableTask: Failed to create ACL table. Table configuration is invalid
@lguohan
Copy link
Collaborator

lguohan commented Aug 17, 2018

check in current master image to see if we still have this problem or not.

@jleveque
Copy link
Contributor Author

Haven't tested an image from master, but from examining code, it appears to still exist. I believe I created this issue as a reminder to myself.

https://github.com/Azure/sonic-swss/blob/8bfdea086f14bbe420846d42c607760999cbdcc3/orchagent/aclorch.cpp#L1956

Need to improve logic to ignore control plane ACLs in aclorch.cpp. doAclTableTask() should most likely return immediately if ACL is of type "CTRLPLANE." Currently, "CTRLPLANE" ACL will flag failure, as will the "SERVICES" attribute.

@jleveque
Copy link
Contributor Author

Resolved via sonic-net/sonic-swss#708 / #2320

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants