Re: PF and "set limit src-nodes" error.

2005-09-19 Thread Andre
Max Laier wrote: On Monday 19 September 2005 02:40, Andre wrote: [...] # echo "set limit src-nodes 1000" | pfctl -f - pfctl: DIOCSETLIMIT: Invalid argument [...] Can you please try the attached patch and report back. Seems like I missed an initialization there :-\ It worked! Thank you!

Re: PF and "set limit src-nodes" error.

2005-09-19 Thread Max Laier
On Monday 19 September 2005 02:40, Andre wrote: > I can't set 'limit src-nodes' with pfctl on a FreeBSD 5.4-RELEASE > system. This is the error I get: > > # echo "set limit src-nodes 1000" | pfctl -f - > pfctl: DIOCSETLIMIT: Invalid argument > > I'm able to set 'states' and 'frags' just fine: > > #

PF and "set limit src-nodes" error.

2005-09-18 Thread Andre
I can't set 'limit src-nodes' with pfctl on a FreeBSD 5.4-RELEASE system. This is the error I get: # echo "set limit src-nodes 1000" | pfctl -f - pfctl: DIOCSETLIMIT: Invalid argument I'm able to set 'states' and 'frags' just fine: # echo "set limit { states 5, frags 2000 }" | pfctl -f -