1
0
Files
irix-657m-src/eoe/cmd/dhcp_server/vendor_options
2022-09-29 17:59:04 +03:00

23 lines
1.2 KiB
Plaintext

# This files describes vendor options. A vendor tag followed by values of
# dhcp options provides the server with the options that are to be
# returned when the client send the specific tag
# If the options is applicable to all networks that the server serves
# it is not necessary to specify the "netnum" and "netmask" values
# Each value may be composed of upto 8 fields. A field is one of the
# types specified in the dhcp_option_types file. Fields are separated
# by field separators. All of the standard DHCP options has only one
# field. The default field separator is ";". When an array is to specified
# individual fields of the array are separated by an array separator which by
# default is ",".
# vendor_tag:<tag>
# netnum:<network number>
# netmask:<network mask>
# fsep:<field_separator character>
# asep:<array separator character>
# option_name:<field><fsep><field><fsep>...
# a <field> can be <value> or <value><asep>value>.... if it is an array
# Example : specify an array of resource location server addresses
# pro_resourceserver_addr:10.0.0.1,192.26.82.1
# Example : specify static routes - destinations and routers (IPAddrPairArr)
# pro_static_routes:10.0.0.0-10.0.0.1,192.26.82.0 - 192.26.82.1