OPNsense Forum

Archive => 23.7 Legacy Series => Topic started by: Imnot A Robot on November 15, 2023, 11:10:02 PM

Title: Firewall Rules - "Inspect" only shows N/A after upgrade.
Post by: Imnot A Robot on November 15, 2023, 11:10:02 PM
After the upgrade to 23.7.8...     Firewall > Rules:  Hitting "Inspect" while on any interface now only shows N/A on all rule stats - homemade and auto-generated. I used to get counters.

Searched with no luck. What could it be?
Title: Re: Firewall Rules - "Inspect" only shows N/A after upgrade.
Post by: jjelliott on November 15, 2023, 11:29:08 PM
Mine does that (it shows all "N/A") for a second, then the counters fill in.  Not sure why the display you're seeing seems to get stuck halfway.
Title: Re: Firewall Rules - "Inspect" only shows N/A after upgrade.
Post by: Imnot A Robot on November 16, 2023, 07:25:51 PM
Regardless of how long I leave Inspect active, all of my active evals, states, packets and bytes just show N/A.

I don't see some new setting, so, is this a bug?
Title: Re: Firewall Rules - "Inspect" only shows N/A after upgrade.
Post by: guest34985 on December 03, 2023, 07:49:30 PM
Just noticed I have got exactly the same problem. No config changes whatsoever.

Update: pfctl -sr -v shows evaluations just fine, the WebUI does not.
Title: Re: Firewall Rules - "Inspect" only shows N/A after upgrade.
Post by: guest34985 on December 04, 2023, 08:27:28 PM
Just noticed there are no label informations displayed on the cli using the just mentioned pfctl command:

pass in quick on vlan02 inet from (vlan02:network) to 192.168.101.30 flags S/SA keep state
  [ Evaluations: 30        Packets: 0         Bytes: 0           States: 0     ]
  [ Inserted: uid 0 pid 85654 State Creations: 0     ]
Title: Re: Firewall Rules - "Inspect" only shows N/A after upgrade.
Post by: guest34985 on December 07, 2023, 04:06:44 PM
Info and fix: https://github.com/opnsense/core/issues/7061

Thanks, franco!
Title: Re: Firewall Rules - "Inspect" only shows N/A after upgrade.
Post by: Imnot A Robot on December 07, 2023, 09:40:23 PM
Works now after checking out the above link. Thank you!