commit | 2596f42a4f4c42bfb96ccbfc2700dbf70502ec75 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Mon Nov 10 17:00:02 2014 -0800 |
committer | Lorenzo Colitti <lorenzo@google.com> | Mon Nov 10 16:06:44 2014 -1000 |
tree | d4c7eacd0499743fef30aa5cc5be6c4c8f531fe5 | |
parent | 798f9934fca523dfb57136bd185cf6e9460323ad [diff] [blame] |
Never use a statically-configured IID on wifi. Bug: 12111730 Change-Id: I062d81f2b65e6e89baae0f840cbd673f8051d523
diff --git a/config.h b/config.h index 05b3a5a..b6d9ae1 100644 --- a/config.h +++ b/config.h
@@ -33,6 +33,7 @@ struct in6_addr plat_subnet; char *default_pdp_interface; char *plat_from_dns64_hostname; + int use_dynamic_iid; }; extern struct clat_config Global_Clatd_Config;