commit | 63dfc75a79aca6a93f387fba43d4956944bf4eeb | [log] [tgz] |
---|---|---|
author | Maciej enczykowski <maze@google.com> | Sat Nov 30 02:38:27 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Sat Nov 30 02:38:27 2019 -0800 |
tree | 950d3af84bcd1b8b23b14b578acbea30303e8326 | |
parent | b430caf8b8951382adfbb3fc9b6ec039c1a90e6f [diff] | |
parent | 3cedd1d5dd99119068aeed218769bf73369b9f06 [diff] |
remove configuration option 'mtu' am: 3cedd1d5dd Change-Id: I18ba029b860c0d054e062fb76fcd61c227e58684
diff --git a/config.c b/config.c index e820ba0..a859092 100644 --- a/config.c +++ b/config.c
@@ -328,7 +328,7 @@ Global_Clatd_Config.default_pdp_interface = strdup(uplink_interface); if (!Global_Clatd_Config.default_pdp_interface) goto failed; - if (!config_item_int16_t(root, "mtu", "-1", &Global_Clatd_Config.mtu)) goto failed; + Global_Clatd_Config.mtu = -1; Global_Clatd_Config.ipv4mtu = -1;