[packages] check, gconf2, libxapian: fix section names
[packages.git] / ipv6 / wide-dhcpv6 / files / dhcp6c.conf
1 config 'dhcp6c' 'basic'
2         option 'enabled' '0'                            # 1 = enabled; 0 = disabled
3         option 'interface' 'wan'                        # This is the interface the DHCPv6 client will run on
4         option 'dns' 'dnsmasq'                          # Which DNS server you run (only dnsmasq currently supported)
5         
6         # Send options (1 = send; 0 = do not send)
7         option 'pd' '1'                                 # Prefix Delegation
8         option 'na' '0'                                 # Non-Temporary Address
9         option 'rapid_commit' '1'                       # Rapid Commit
10         
11         # Request options (1 = request; 0 = do not request)
12         option 'domain_name_servers' '1'
13         option 'domain_name' '0'
14         option 'ntp_servers' '0'
15         option 'sip_server_address' '0'
16         option 'sip_domain_name' '0'
17         option 'nis_server_address' '0'
18         option 'nis_domain_name' '0'
19         option 'nisp_server_address' '0'
20         option 'nisp_domain_name' '0'
21         option 'bcmcs_server_address' '0'
22         option 'bcmcs_domain_name' '0'
23         
24         # Script to run when a reply is received
25         option 'script' '/usr/bin/dhcp6c-state'
26
27 # Define one or more interfaces on which prefixes should be assigned
28 config 'interface' 'loopback'
29         option 'enabled' '1'                            # 1 = enabled; 0 = disabled
30         option 'sla_id' '0'                             # Site level aggregator identifier specified in decimal (subnet)
31         option 'sla_len' '4'                            # Site level aggregator length (64 - size of prefix being delegated)
32                                                         # e.g. /60 from ISP -> 64 - 60 = 4
33
34 config 'interface' 'lan'
35         option 'enabled' '1'
36         option 'sla_id' '1'
37         option 'sla_len' '4'