Skip to content

junos_acls: fix protocol handling for inet6 filters#815

Open
k-akashi wants to merge 1 commit intoJuniper:masterfrom
k-akashi:inet6_acl
Open

junos_acls: fix protocol handling for inet6 filters#815
k-akashi wants to merge 1 commit intoJuniper:masterfrom
k-akashi:inet6_acl

Conversation

@k-akashi
Copy link

The junos_acls module always sets "protocol" in aces.
For inet6 filters, Junos requires "next-header" instead of "protocol", and using "protocol" results in a configuration error.

This change selects "protocol" for inet filters and "next-header" for inet6 filters based on the AFI.

The junos_acls module always sets "protocol" in aces.
For inet6 filters, Junos requires "next-header" instead of "protocol", and using "protocol" results in a configuration error.

This change selects "protocol" for inet filters and "next-header" for inet6 filters based on the AFI.
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.

1 participant