OPNsense Forum

Archive => 21.7 Legacy Series => Topic started by: Creator_1995 on December 09, 2021, 11:17:37 am

Title: Pf table record count and table-entries limit
Post by: Creator_1995 on December 09, 2021, 11:17:37 am
Recently I noticed the following message in the Backend log file viewer.
Code: [Select]
request pf current overall table record count and table-entries limitThis message is repeated several times every minute.

Can someone please explain to me what is it and how to solve the table-entries limit problem?
Title: Re: Pf table record count and table-entries limit
Post by: franco on December 09, 2021, 01:05:57 pm
When you use the Firewall: Aliases page this gets executed in the backend per page load and apply.

The backend log isn't really for consumption unless you look for a specific issue firsthand.


Cheers,
Franco
Title: Re: Pf table record count and table-entries limit
Post by: Creator_1995 on December 09, 2021, 01:32:34 pm
Franco,

Thank you for your response. So that means this is not a problem?
Title: Re: Pf table record count and table-entries limit
Post by: franco on December 09, 2021, 02:06:39 pm
Yes, not a problem. It's just logging its backend actions message for being able to trace them.

https://github.com/opnsense/core/blob/602d5c59128eeba1f8b1005e410fe51df8a2ff92/src/opnsense/service/conf/actions.d/actions_filter.conf#L114


Cheers,
Franco
Title: Re: Pf table record count and table-entries limit
Post by: Fright on December 09, 2021, 04:18:48 pm
in addition to what @franco said: message has a Notice severity level. so it is not an Error or Warning condition  ;)
Title: Re: Pf table record count and table-entries limit
Post by: franco on December 09, 2021, 07:17:20 pm
And with 22.1 you will be finally able to see and filter for it ;)


Cheers,
Franco