diff options
author | smos <seth.mos@dds.nl> | 2011-08-18 12:50:11 +0200 |
---|---|---|
committer | smos <seth.mos@dds.nl> | 2011-08-18 12:50:11 +0200 |
commit | 3dda090bda2edf00b754f2d42ec690e47d047bc3 (patch) | |
tree | d591e5a684b441f15ab52f7781a52c0c98009199 /conf.default/config.xml | |
parent | 302d646e9c256ec71b4b8fc4b928ff14f84d7fb9 (diff) | |
download | pfsense-3dda090bda2edf00b754f2d42ec690e47d047bc3.zip pfsense-3dda090bda2edf00b754f2d42ec690e47d047bc3.tar.gz |
Add DHCP6 to the default configuration
Diffstat (limited to 'conf.default/config.xml')
-rw-r--r-- | conf.default/config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml index bee323f..4273c32 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -195,6 +195,7 @@ <if>vr1</if> <mtu></mtu> <ipaddr>dhcp</ipaddr> + <ipaddrv6>dhcp6</ipaddrv6> <!-- *or* ipv4-address *or* 'pppoe' *or* 'pptp' *or* 'bigpond' --> <subnet></subnet> <gateway></gateway> |