| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=75971
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
| |
Notes:
svn path=/head/; revision=48217
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=42822
|
|
Easily convert between three common subnet mask notations
Notes:
svn path=/head/; revision=42801
|