Date: Mon, 15 Sep 2003 13:34:43 -0000 From: Maxim Konovalov <maxim@FreeBSD.org> To: Luigi Rizzo <luigi@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw2.c Message-ID: <20030915172004.M88599@news1.macomnet.ru> In-Reply-To: <200309151027.h8FAR3Xc012173@repoman.freebsd.org> References: <200309151027.h8FAR3Xc012173@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 15 Sep 2003, 03:27-0700, Luigi Rizzo wrote: > luigi 2003/09/15 03:27:03 PDT > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sbin/ipfw ipfw2.c > Log: > MFC (almost) of 3 bugs reported recently: > + fix aligmnent issues on 64-bit architectures (1.40); > + better argument checking when enabling/disabling ipfw-related > sysctl variables (1.39) > + fix handling of foo/0 as an alias for "any"; -----^^^^^^^^^^^^^^^^^^^^^^^ This bug is not fixed in -current yet. And a lot others: # ipfw -n add count all from any to not any 00000 count ip from any to any # ipfw -n add count all from not any to any 00000 count ip from any to any # ipfw -n add count all from any to { 1.1.1.1/1 or not any } 00000 count ip from any to { 0.0.0.0/1 or # ipfw -n add count all from any to { 1.1.1.1/1 or any } 00000 count ip from any to { 0.0.0.0/1 or # ipfw -n add count all from any to { 1.1.1.1/1 or 0.0.0.0/0 } 00000 count ip from any to { 0.0.0.0/1 or and so on. -- Maxim Konovalov, maxim@macomnet.ru, maxim@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030915172004.M88599>