Searched hist:235076 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/geom/raid/
H A Dtr_raid5.cdiff 235076 Sun May 06 09:44:00 MDT 2012 mav Add support for RAID5R. Slightly improve support for RAIDMDF.
/freebsd-11-stable/sbin/pfctl/
H A Dparse.ydiff 344020 Mon Feb 11 19:10:55 MST 2019 kp MFC r343520:

pfctl: Point users to net.pf.request_maxcount if large requests are rejected

The kernel will reject very large tables to avoid resource exhaustion
attacks. Some users run into this limit with legitimate table
configurations.

The error message in this case was not very clear:

pf.conf:1: cannot define table nets: Invalid argument
pfctl: Syntax error in config file: pf rules not loaded

If a table definition fails we now check the request_maxcount sysctl,
and if we've tried to create more than that point the user at
net.pf.request_maxcount:

pf.conf:1: cannot define table nets: too many elements.
Consider increasing net.pf.request_maxcount.
pfctl: Syntax error in config file: pf rules not loaded

PR: 235076

Completed in 233 milliseconds