Skip to content

Conversation

@chanfoong2002
Copy link

@chanfoong2002 chanfoong2002 commented Apr 30, 2025

SUMMARY
"replaced" state is not taking "standard" as parameters in ansible playbook. As a result only extended acl will be created.
This fix will allow "standard: True" taken as input.

Fix #378

ISSUE TYPE
Bugfix Pull Request

COMPONENT NAME
arista.eos.eos_acls

ADDITIONAL INFORMATION
Tested working in my environment.

for update acls.py, _state_replaced function doesn't take parameter "standard" to create standard acl. As a result, only extended acl is created.  Updated the code to fix this issue.
Fixed the indent
Update indentation
Copy link
Member

@Ruchip16 Ruchip16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chanfoong2002 thanks for working on this, can you please add changelog and relevant unit and integration tests to validate the behaviour of these changes and also please fix the conflicting files.

@ansible-collections ansible-collections deleted a comment from roverflow Jun 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Standard ACL not being treated as Standard ACL

2 participants