We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The cisco.nxos.nxos_acls module should have a Boolean parameter to add statistics per-entry to an ACL
cisco.nxos.nxos_acls module
When creating an ACL in NXOS, if you do not include statistics per-entry you will not see the hit counts on the ACL's
- name: Merge provided ACLs configuration with device configuration cisco.nxos.nxos_acls: state: merged config: - afi: ipv4 acls: - name: ACL1v4 statistics: true
The text was updated successfully, but these errors were encountered:
NilashishC
No branches or pull requests
SUMMARY
The cisco.nxos.nxos_acls module should have a Boolean parameter to add statistics per-entry to an ACL
ISSUE TYPE
COMPONENT NAME
cisco.nxos.nxos_acls module
ADDITIONAL INFORMATION
When creating an ACL in NXOS, if you do not include statistics per-entry you will not see the hit counts on the ACL's
The text was updated successfully, but these errors were encountered: