summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2014-06-03 01:25:00 +0100
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2014-06-03 01:25:00 +0100
commit5a3678586c4c0d88da6cea9262af0a4f46744d23 (patch)
treeef8678294829041cf1ed9c0ac3c52c36e2fa31d7 /config.h
parent856da217c532b9df1246586151ad8c4a56fc66f6 (diff)
parent2b4cc7393268622ac3de071435a6e4ab857342df (diff)
downloadandroid_external_android-clat-shipping/cm-11.0.tar.gz
android_external_android-clat-shipping/cm-11.0.tar.bz2
android_external_android-clat-shipping/cm-11.0.zip
Android 4.4.3 release 1
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index a83cbec..18760c3 100644
--- a/config.h
+++ b/config.h
@@ -22,10 +22,13 @@
#include <sys/system_properties.h>
#define DEFAULT_IPV4_LOCAL_SUBNET "192.168.255.1"
+#define DEFAULT_IPV6_LOCAL_ADDRESS "fe80::c000:0004"
+
#define DEFAULT_DNS64_DETECTION_HOSTNAME "ipv4.google.com"
struct clat_config {
int16_t mtu, ipv4mtu;
+ struct in6_addr ipv6_local_address;
struct in6_addr ipv6_local_subnet;
struct in6_addr ipv6_host_id;
struct in_addr ipv4_local_subnet;