Date: Thu, 28 Aug 2003 23:01:51 +0300 From: Petri Helenius <pete@he.iki.fi> To: freebsd-net@freebsd.org Subject: ipfw parsing bug Message-ID: <3F4E5FAF.2080705@he.iki.fi>
next in thread | raw e-mail | index | archive | help
ipfw seems to have developed a bug lately on 5-CURRENT; # ipfw add 2042 allow tcp from 0.0.0.0/0 to me 42 02042 allow tcp from me to me dst-port 42 It used to work that 0.0.0.0/0 was "any" instead of "me". Last I checked the notation is also widely used in networking gear for default route which is a "catch any" definition. Pete
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F4E5FAF.2080705>