Syntax error after appyling label
After applying label to nat-port-forward-rule:
There were error(s) loading the rules: /tmp/rules.debug:101: syntax error - The line in question reads [101]: rdr log on igb0 inet proto tcp from $cloudflareipv4 port {8083} to {any} port {443} tag Redirect to PC -> 10.10.0.3 port 443 # Redirect to PC
Thank you for creating an issue. Since the ticket doesn't seem to be using one of our templates, we're marking this issue as low priority until further notice.
For more information about the policies for this repository, please read https://github.com/opnsense/core/blob/master/CONTRIBUTING.md for further details.
The easiest option to gain traction is to close this ticket and open a new one using one of our templates.
I can reproduce this but I'm unsure what to do... the tags are not well-validated. Quoting the tag with spaces makes it usable, but quotes are not prohibited which would break adding quotes for the rules during generation.
For now I would suggest avoiding spaces or quoting the tags: "This is a tag"