diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-12-07 08:01:39 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-12-07 08:01:39 +0100 |
commit | ff2d4748727b0a188cdc4095ebc6448f1d10f4b2 (patch) | |
tree | cbd121b1f93e6c25058da3c35ac4277139c96fa0 /src/dhcp.c | |
parent | 93a5ff49828eda5435d79f56c954562144fcf88b (diff) | |
download | connman-ff2d4748727b0a188cdc4095ebc6448f1d10f4b2.tar.gz connman-ff2d4748727b0a188cdc4095ebc6448f1d10f4b2.tar.bz2 connman-ff2d4748727b0a188cdc4095ebc6448f1d10f4b2.zip |
Parse interface MTU values from DHCP results
Diffstat (limited to 'src/dhcp.c')
-rw-r--r-- | src/dhcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -117,6 +117,7 @@ void connman_dhcp_set_value(struct connman_dhcp *dhcp, } else if (g_strcmp0(key, "Domainname") == 0) { } else if (g_strcmp0(key, "Hostname") == 0) { } else if (g_strcmp0(key, "Timeserver") == 0) { + } else if (g_strcmp0(key, "MTU") == 0) { } } |