OPNsense Forum

Archive => 19.1 Legacy Series => Topic started by: G on June 25, 2019, 10:28:44 AM

Title: Posible bug on Firewall rules setting (edited)
Post by: G on June 25, 2019, 10:28:44 AM
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)
Title: Re: Posible bug on Firewall rules setting (edited)
Post by: Northguy on June 26, 2019, 09:19:29 AM
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
Title: Re: Posible bug on Firewall rules setting (edited)
Post by: franco on June 30, 2019, 08:46:45 AM
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
Title: Re: Posible bug on Firewall rules setting (edited)
Post by: G on July 01, 2019, 03:49:33 PM
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.
Title: Re: Posible bug on Firewall rules setting (edited)
Post by: franco on July 01, 2019, 07:50:40 PM
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