-
Notifications
You must be signed in to change notification settings - Fork 759
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
Feature request: Alias Type - URL Table (Ports) #3102
Comments
|
I'm also missing this one. Was planning some basic central rule management but without ports it doesn't work. |
|
This used to exist, but there was an implementational issue that eludes me. 015ae9f In general, there is no support for pf(4) table for ports. That seemed to be part of the issue... Need to wait for @AdSchellevis to be back to fill in the details. |
|
related issue was #2567 |
|
pf doesn’t support tables for ports, since we don’t want to clutter the firewall logic a lot, we dropped support for this. To be honest, with the api available you really don’t need some obscure fetch construction, for management purposes you can easily push ports and reconfigure. |
|
After reading through the BSD pd documentation i agree.
I will utilise the API.
Thanks forbyour time
The Sage !!
…________________________________
From: Ad Schellevis <notifications@github.com>
Sent: Tuesday, January 8, 2019 10:35:17 PM
To: opnsense/core
Cc: Dave Clist; Author
Subject: Re: [opnsense/core] Feature request: Alias Type - URL Table (Ports) (#3102)
pf doesn’t support tables for ports, since we don’t want to clutter the firewall logic a lot, we dropped support for this.
To be honest, with the api available you really don’t need some obscure fetch construction, for management purposes you can easily push ports and reconfigure.
We shouldn’t try to bring this back, unless at some point in time pf supports tables for ports.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#3102 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AboTksgmMwASIS07565RaYpMy9KXRUB8ks5vBIJ1gaJpZM4Z01AG>.
|
|
seems safe to close then |
I would like to see an Alias type URL Table (Ports), similar to the URL Table (IPs).
Use case.
Changing the port on clients Web app can easily done by changing the Ports file in the URL. Within the frequency time frame, ALL clients firewalls using this Alias URL (Ports) will be updated.
The text was updated successfully, but these errors were encountered: