[package] wide-dhcpv6:
[openwrt/svn-archive/archive.git] / ipv6 / wide-dhcpv6 / files / dhcp6c.conf
index 4f99046093868f6e515354312a8256a11233fb37..04a3ca928b306b44879227e7302e56048b3e1042 100644 (file)
@@ -22,6 +22,10 @@ config 'dhcp6c' 'basic'
        option 'bcmcs_server_address' '0'
        option 'bcmcs_server_domain_name' '0'
        
+       # Override the used DUID, by default it is derived from the interface MAC
+       # The given value must be uppercase and globally unique!
+       #option 'duid' '00:03:00:06:D8:5D:4C:A5:03:F2'
+
        # Script to run when a reply is received
        option 'script' '/usr/bin/dhcp6c-state'