diff options
author | smos <seth.mos@dds.nl> | 2012-04-03 06:11:48 +0200 |
---|---|---|
committer | smos <seth.mos@dds.nl> | 2012-04-03 06:11:48 +0200 |
commit | 78affc3cb28abb5afffd618f8a64a652a4e74d70 (patch) | |
tree | 5b6aaa49bd9b9a436eb49d9de2b1a597c72e01d0 | |
parent | 0ca7f8fee1610f23b534dec59720f9398b392c05 (diff) | |
download | pfsense-78affc3cb28abb5afffd618f8a64a652a4e74d70.zip pfsense-78affc3cb28abb5afffd618f8a64a652a4e74d70.tar.gz |
Set the IPaddrv6 field for the lan to track6 so it autoconfigures from the WAN.
I forgot to remove the link local address it had in it on the original commit.
-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 b15de4b..b5cdb7d 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -217,6 +217,7 @@ <if>vr0</if> <ipaddr>192.168.1.1</ipaddr> <subnet>24</subnet> + <ipaddrv6>track6</ipaddrv6> <subnetv6>64</subnetv6> <media></media> <mediaopt></mediaopt> |