-
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
Firewall / aliases, refactor and detach alias logic #1971
Comments
…the way and simplify. the rest of the alias types will be handled by the new python code.
This commit fits our new alias code in place, replacing the old parts as far as possible. * filter_legacy.inc is added temporary to isolate some functions that should leave before 18.1 and have a relation to aliases * The old cron jobs are removed in favour of a new hourly job to our new update_tables * The new configd call is "filter refresh_aliases" which triggers the same update_tables as the hourly one * All host/network type aliases are replaced with table tags in filter.inc
|
Reminder for myself: ping https://forum.opnsense.org/index.php?topic=6506.0 when this is ready for wider testing |
|
Is there a way to disable Aliases from automatically adding descriptions to individual table records or turning off individual record descriptions completely? |
…om for other types handled differently), for #1971
remove update frequency in ports as not being very usefull and the new backend code (filter_core_get_url_port_alias) doesn't support it. Eventually it might be better to drop support for downloadable port lists.
… use for this is ipsec, but it's doubtful if it's required. see #2003
|
@mimugmail reported this template exception: OPNsense/Filter OPNsense/Filter/filter_tables.conf 'None' has no attribute 'type' |
|
@fichtner empty alias section, will fix this later on. |
|
@AdSchellevis no worries, just wanted to record it for later :) |
|
Is this already in RC2? Im getting:
But not really sure if there's a relation to this issue ... |
|
Was fixed incorrectly, see bba40c9 which will be in 18.1. |
As part of the cleanup and restructure operation we're going to refactor and detach the alias logic, the start for this was 70b74c2 . This issue is a placeholder to hook related work for easier tracking.
The text was updated successfully, but these errors were encountered: