[packages] wide-dhcpv6: Add debug option to dhcp6c
[openwrt/svn-archive/archive.git] / ipv6 / wide-dhcpv6 / files / dhcp6c.conf
index 9ea543c83bceafd391cc571d64eb8f816ac30226..cd3ee77b969b83a8c6a6ad3c0b84f733648482ed 100644 (file)
@@ -2,6 +2,7 @@ config 'dhcp6c' 'basic'
        option 'enabled' '0'                            # 1 = enabled; 0 = disabled
        option 'interface' 'wan'                        # This is the interface the DHCPv6 client will run on
        option 'dns' 'dnsmasq'                          # Which DNS server you run (only dnsmasq currently supported)
+       option 'debug' '0'                              # 1 = enable debugging; 0 = disable debugging
        
        # Send options (1 = send; 0 = do not send)
        option 'pd' '1'                                 # Prefix Delegation