summaryrefslogtreecommitdiffstats
path: root/clatd.conf
diff options
context:
space:
mode:
authorSreeram Ramachandran <sreeram@google.com>2014-10-23 09:38:19 -0700
committerSreeram Ramachandran <sreeram@google.com>2014-10-27 12:28:11 -0700
commit74151e9d0cda83f77d9dbce62bf8a1340cb08386 (patch)
tree683a00dc473beab189f381a8c50baba537a42b3e /clatd.conf
parent0ec5dfa1da6a97532dc8cca825bae4edfb7d3dce (diff)
downloadandroid_external_android-clat-74151e9d0cda83f77d9dbce62bf8a1340cb08386.tar.gz
android_external_android-clat-74151e9d0cda83f77d9dbce62bf8a1340cb08386.tar.bz2
android_external_android-clat-74151e9d0cda83f77d9dbce62bf8a1340cb08386.zip
Cleanup: Remove unused "ipv6_local_address".
This was originally used on the "clat" interface. That interface is not created anymore (since the switch to using a raw socket). Note that the v6 address used on the raw socket is a combination of the plat subnet plus a host ID, and not this link-local address. Also fixup default values to match clatd.conf values. Change-Id: I3470a02e6798b65cae0f8d7f074ce51fb0647e6a
Diffstat (limited to 'clatd.conf')
-rw-r--r--clatd.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/clatd.conf b/clatd.conf
index 0d4b79e..b17b862 100644
--- a/clatd.conf
+++ b/clatd.conf
@@ -5,9 +5,6 @@ ipv6_host_id ::464
# ipv4 subnet for the local traffic to use. This is a /32 host address
ipv4_local_subnet 192.0.0.4
-# ipv6 extra link local address for the ip6 iface.
-ipv6_local_address fe80::c000:0004
-
# get the plat_subnet from dns lookups (requires DNS64)
plat_from_dns64 yes
# hostname to use to lookup plat subnet. must contain only A records