bin/50749: [ipfw] [patch] ipfw2 incorrectly parses ports and port ranges

Volker volker at vwsoft.com
Thu Jan 31 05:00:04 PST 2008


The following reply was made to PR bin/50749; it has been noted by GNATS.

From: Volker <volker at vwsoft.com>
To: bug-followup at FreeBSD.org, dmitry at karasik.eu.org
Cc:  
Subject: Re: bin/50749: [ipfw] [patch] ipfw2 incorrectly parses ports and
 port ranges
Date: Thu, 31 Jan 2008 13:50:29 +0100

 Correct behavior on RELENG_7 (7.0-PRE) and 6.2-STABLE:
 
 # ipfw add 1000 allow tcp from any to any ftp,ftp\\-data,ssh,www
 01000 allow tcp from any to any dst-port 21,20,22,80
 # ipfw list
 01000 allow tcp from any to any dst-port 21,20,22,80
 65535 deny ip from any to any
 
 As this problem is not reproduceable anymore, I suggest to close this PR.


More information about the freebsd-ipfw mailing list