error with reass

Hi All,
When I tried to add the rule
Code:
reass all from any to any in
I got error
Code:
invalid action

Code:
<server># ipfw add 90 reass all from any to any in
ipfw: invalid action reass
Can you please advice how can I add
Code:
reass all from any to any in
? As per the ipfw manual, this is a valid rule.

Thanks & Regards,
Manju
 
Hello,

From 8.0-RELEASE, but the suggested patch is working (regarding mailing list) for 7.x.

http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/ipfw/ipfw2.c
Code:
Revision 1.147: download - view: text, markup, annotated - select for diffs
Wed Apr 1 20:23:47 2009 UTC (21 months, 3 weeks ago) by piso
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +9 -0 lines

SVN rev 190633 on 2009-04-01 20:23:47Z by piso

Implement an ipfw action to reassemble ip packets: reass.
 
Back
Top