Issue #2586 has been reported by srussell.

----------------------------------------
Bug #2586: pf: "modulate" state seems problematic
http://bugs.dragonflybsd.org/issues/2586

* Author: srussell
* Status: New
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
----------------------------------------
Since 2010, I got constant reboot problems while using some particular 
configuration for pf.

I finally found the root of the problem. I fixed it by replacing this 
configuration:

pass out on $ext_if inet proto { tcp udp icmp } all modulate state

with this:

pass out on $ext_if inet proto { tcp udp icmp } all keep state

It seems that de "modulate" state is problematic. Since I replaced it by "keep 
state", my firewall is working normally without panic or unwanted reboots.

My firewall server is using DragonFly v3.2.2.6.g1bd21-RELEASE in 32 bits.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://bugs.dragonflybsd.org/my/account

Reply via email to