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

firewall/nat: Add type to add-unassociated so that the generated firewall rule can be edited #8198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Monviech
Copy link
Member

@Monviech Monviech commented Jan 9, 2025

In Firewall: NAT: Port Forward, there is the option to add:

  • Unassociated Filter rule
  • Associated Filter rule

The associated filter rule links a firewall rule, and prevents it from being editable by not giving it a type. If the NAT rule is updated, the linked firewall rule is updated too.

The unassociated filter rule does not link a firewall rule, but also does not set a type. The firewall rule is not updated when the NAT rule is updated. That made it useless.

I think it's a bug, so I added a type to the unassociated filter rule. This makes it editable in the GUI after creation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Production bug
Development

Successfully merging this pull request may close these issues.

2 participants