remove configuration option 'ipv4mtu' am: 7c3b5dcb95 am: b430caf8b8
am: f87df0b5ce

Change-Id: Ie5d042da6ba53c349ca14ad66d9991c35be77216
diff --git a/config.c b/config.c
index c370770..e820ba0 100644
--- a/config.c
+++ b/config.c
@@ -330,7 +330,7 @@
 
   if (!config_item_int16_t(root, "mtu", "-1", &Global_Clatd_Config.mtu)) goto failed;
 
-  if (!config_item_int16_t(root, "ipv4mtu", "-1", &Global_Clatd_Config.ipv4mtu)) goto failed;
+  Global_Clatd_Config.ipv4mtu = -1;
 
   if (!config_item_ip(root, "ipv4_local_subnet", DEFAULT_IPV4_LOCAL_SUBNET,
                       &Global_Clatd_Config.ipv4_local_subnet))