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

Cisco-AVPair ACL rule: port range operator change #4522

Merged
merged 1 commit into from Jun 23, 2021

Conversation

fl0l0u
Copy link
Contributor

@fl0l0u fl0l0u commented May 28, 2021

Previous operator ( >< ) prevented inserting port range with min/max port.
Ex.
ip:inacl#1=permit tcp host {clientip} host 1.1.1.1 range 10000 65535
produced the following invalid rule:
pass in quick on ovpns1 inet proto tcp from 192.168.1.2 to 1.1.1.1 port 9999 >< 65536

Previous operator ( `><` ) prevented inserting port range with min/max port.
Ex.
`ip:inacl#1=permit tcp host {clientip} host 1.1.1.1 range 10000 65535`
produced the following invalid rule:
`pass in quick on ovpns1 inet proto tcp from 192.168.1.2 to 1.1.1.1 port 9999 >< 65536`
@vktg
Copy link
Contributor

vktg commented Jun 10, 2021

Redmine Issue: https://redmine.pfsense.org/issues/12020

@netgate-git-updates netgate-git-updates merged commit d1b2d74 into pfsense:master Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants