-
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
Reference to alias object in NAT rule is lost after rename #2470
Comments
|
@PhilippKendlbacher even with the fix from #1711 ? |
|
I am running version 18.1.9 which is the latest "production" version. |
|
Please try ef51960 which is part of tomorrow's 18.1.10: Cheers, |
|
No worries, let's see if we can find this :) |
|
The issue is still present in 18.7.4 and 18.7.5_1. Will this be fixed with the new Alias API? |
|
fixed with the new api enabled aliases. (checked source/destination/target on my install) ref: core/src/opnsense/mvc/app/models/OPNsense/Firewall/Alias.php Lines 60 to 64 in 5d49c6a
|
|
I have just had this again in 19.7.3. |


If a NAT rule refers to an alias as source address and then the same alias is renamed, the reference in the NAT rule is not updated to the new alias name. As a result the NAT rule does not work anymore.
The text was updated successfully, but these errors were encountered: