summaryrefslogtreecommitdiff
path: root/net-mgmt/whatmask/pkg-descr (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.2Sergei Kolobov2003-12-051-20/+12
| | | | | | | | | | While I'm here: - Reword pkg-descr - Add missing MAN1 - Install some docs PR: 59812 Submitted by: Daniel Rudy <dcrudy@pacbell.net>
* remove bogus comment that "nobody knows why" wildcard notation exists.Bill Fumerola2001-05-201-2/+1
| | | | | | | | | | | 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
* add whatmaskYing-Chieh Liao2001-05-201-0/+21
Easily convert between three common subnet mask notations