DHO_INTERFACE_MTU
[top_level_config.requested_option_count++] = DHO_INTERFACE_MTU;
case DHO_INTERFACE_MTU:
opt = &ip->client->new->options[DHO_INTERFACE_MTU];
bool supersede = (ip->client->config->default_actions[DHO_INTERFACE_MTU] ==
mtu = getUShort(ip->client->config->defaults[DHO_INTERFACE_MTU].data);
opt = &ip->client->active->options[DHO_INTERFACE_MTU];
DHO_INTERFACE_MTU,