Date: Sun, 20 May 2001 16:21:46 -0700 (PDT) From: Bill Fumerola <billf@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/whatmask pkg-descr Message-ID: <200105202321.f4KNLkN92950@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
billf 2001/05/20 16:21:46 PDT Modified files: net/whatmask pkg-descr Log: remove bogus comment that "nobody knows why" wildcard notation exists. Netmask are contiguous bits, wildcard masks don't need to be. The former is accurate for defining subnets and the latter is useful for describing ranges for firewalls, route maps, or other such things. example: 10.0.10.0 is nntp1.domain.com, 10.0.11.0 is nntp2.local.com access-list 185 permit tcp any gt 1023 10.0.10.0 0.0.1.0 eq nntp Revision Changes Path 1.2 +1 -2 ports/net/whatmask/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105202321.f4KNLkN92950>