Commit Graph

2 Commits

Author SHA1 Message Date
Bill Fumerola
fbb69392a8 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
2001-05-20 23:21:45 +00:00
Ying-Chieh Liao
5640f019e8 add whatmask
Easily convert between three common subnet mask notations
2001-05-20 11:23:36 +00:00