ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/etc/dhcp6c.conf
Revision: 6624
Committed: Mon Apr 7 11:10:57 2014 UTC (10 years, 1 month ago) by laffer1
File size: 775 byte(s)
Log Message:
set prop

File Contents

# Content
1 # $MidnightBSD$
2
3 # The followings are a sample configuration for requiring the "stateless"
4 # DHCPv6 service.
5 #interface em0 {
6 # information-only;
7 #};
8
9
10 # The followings are a sample configuration to be delegated an IPv6 prefix
11 # from an upstream service provider. With this configuration dhcp6c will
12 # send solicit messages containing an IA_PD option, with an IAID 0, on to
13 # an upstream PPP link, ppp0. After receiving some prefixes from a server,
14 # dhcp6c will then configure derived IPv6 prefixes with the SLA ID 1 on a
15 # local ethernet interface, em0. Note that the IAID for the id-assoc
16 # statement is 0 according to the default.
17
18 #interface ppp0 {
19 # send ia-pd 0;
20 #};
21
22 #id-assoc pd {
23 # prefix-interface em0 {
24 # sla-id 1;
25 # };
26 #};

Properties

Name Value
svn:keywords MidnightBSD=%H