File: netmasks

package info (click to toggle)
ypserv 4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,184 kB
  • sloc: ansic: 10,161; xml: 1,872; sh: 915; makefile: 263; awk: 21
file content (14 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# netmasks     The netmasks file. Entries look like this:
# 
#                 network  netmask
# 
#              So for example a netmask for the 192.168.0 network could be:
# 
#                 192.168.0  255.255.255.0
#                 
                  
# 192.168.0  255.255.255.0
# 172.16     255.255.0.0
# 10         255.0.0.0