From: Gabriel Kerneis Date: Fri, 12 Mar 2010 17:29:25 +0000 (+0000) Subject: [package] ahcpd: Comment options in config file X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=6c00ab2f1f9f597a8609cbfb28cf5441caf9ee1b [package] ahcpd: Comment options in config file Signed-off-by: Gabriel Kerneis SVN-Revision: 20165 --- diff --git a/ipv6/ahcpd/files/ahcpd.config b/ipv6/ahcpd/files/ahcpd.config index ebf6ddc9a9..7882ed4f1f 100644 --- a/ipv6/ahcpd/files/ahcpd.config +++ b/ipv6/ahcpd/files/ahcpd.config @@ -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