Posible bug on Firewall rules setting (edited)

Started by G, June 25, 2019, 10:28:44 AM

Previous topic - Next topic
June 25, 2019, 10:28:44 AM Last Edit: June 25, 2019, 06:19:16 PM by Guille
Hi Guys,
I would like to know if someone else has notice this.
Under Firewall, settings, advanced, if you change the firewall rules optimization setting from basic to none, the labels on the firewall logs get messed.
A reboot or delete of temporary tables doesn't solve the issue.
To get it back, you need to reverse the change.
(edited as I was reporting the wrong setting)

The forum is visited by developers, but not actively monitored on bug reports. You can log bugs with the reproduction steps on the Opnsense GitHub.  https://github.com/opnsense/core/issues

Hi Guille,

Neat, thanks, that actually explains a longstanding issue with the firewall live log which was (until now) no clear way to reproduce for us.

The patch is: https://github.com/opnsense/core/commit/1d1ce841ffe9

You can install it from the console by typing:

# opnsense-patch 1d1ce841ffe9


Cheers,
Franco

Tried to applied in 2 devices but it failed, so I've manually executed the command and I'll be checking for a bit. I'll reprot back on your github.
Thank you.

Hi Guille,

Sorry I posted an incompatible patch with 19.1.x due to some changes in the Python version support in the development version of 19.7.

This one works: https://github.com/opnsense/core/commit/f855ae7

# opnsense-patch f855ae7


Cheers,
Franco