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

Feature request: Alias Type - URL Table (Ports) #3102

Closed
TheSagest opened this issue Jan 8, 2019 · 6 comments
Closed

Feature request: Alias Type - URL Table (Ports) #3102

TheSagest opened this issue Jan 8, 2019 · 6 comments
Assignees
Labels
support Community support

Comments

@TheSagest
Copy link

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.

@mimugmail
Copy link
Member

I'm also missing this one. Was planning some basic central rule management but without ports it doesn't work.

@fichtner
Copy link
Member

fichtner commented Jan 8, 2019

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.

@fichtner fichtner added the support Community support label Jan 8, 2019
@fichtner
Copy link
Member

fichtner commented Jan 8, 2019

related issue was #2567

@AdSchellevis
Copy link
Member

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.

@TheSagest
Copy link
Author

TheSagest commented Jan 8, 2019 via email

@AdSchellevis
Copy link
Member

seems safe to close then

@AdSchellevis AdSchellevis self-assigned this Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Community support
Development

No branches or pull requests

4 participants