[package] ahcpd: Comment options in config file
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr> git-svn-id: svn://svn.openwrt.org/openwrt/packages@20165 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8aafaa75c6
commit
f5639f3110
@ -20,18 +20,18 @@ config ahcpd
|
||||
## list 'ntp_server' '192.168.4.2'
|
||||
## option 'lease_dir' '/var/lib/leases'
|
||||
|
||||
option 'id_file' '/var/lib/ahcp-unique-id'
|
||||
option 'log_file' '/var/log/ahcpd.log'
|
||||
# option 'id_file' '/var/lib/ahcp-unique-id'
|
||||
# option 'log_file' '/var/log/ahcpd.log'
|
||||
# The configuration file is not necessary since you can configure
|
||||
# everything from this file. But still, you might prefer using it.
|
||||
## option 'conf_file' '/etc/ahcp/ahcp.conf'
|
||||
|
||||
option 'multicast_address' 'ff02::cca6:c0f9:e182:5359'
|
||||
option 'port' '5359'
|
||||
option 'ipv4_only' 'false'
|
||||
option 'ipv6_only' 'false'
|
||||
option 'lease_time' '3666'
|
||||
option 'debug' '1'
|
||||
# option 'multicast_address' 'ff02::cca6:c0f9:e182:5359'
|
||||
# option 'port' '5359'
|
||||
# option 'ipv4_only' 'false'
|
||||
# option 'ipv6_only' 'false'
|
||||
# option 'lease_time' '3666'
|
||||
# option 'debug' '1'
|
||||
|
||||
# Sample client mode configuration
|
||||
# THIS MUST BE COPIED IN /etc/config/network. Ahcpd will ignore it
|
||||
|
Loading…
x
Reference in New Issue
Block a user