minidlna support now Samsung TV C550/C650 (thx amir909)
[tomato.git] / release / src / router / dhcpv6 / dhcp6c.conf.sample
blob3aeede19ba0b59d25f5fe99fe084adbcbed4d9d6
1 # The followings are a sample configuration for requiring the "stateless"
2 # DHCPv6 service.
3 interface ne0 {
4         information-only;
5 };
8 # The followings are a sample configuration to be delegated an IPv6 prefix
9 # from an upstream service provider.  With this configuration dhcp6c will
10 # send solicit messages containing an IA_PD option, with an IAID 0, on to
11 # an upstream PPP link, ppp0.  After receiving some prefixes from a server,
12 # dhcp6c will then configure derived IPv6 prefixes with the SLA ID 1 on a
13 # local ethernet interface, ne0.  Note that the IAID for the id-assoc
14 # statement is 0 according to the default.
16 interface ppp0 {
17         send ia-pd 0;
20 id-assoc pd {
21         prefix-interface ne0 {
22                 sla-id 1;
23         };