MTU
} else if (length > MTU) {
if (length > MTU)
} else if (length > MTU) {
} else if (length > MTU) {
} else if (softlen > MTU) { /* exception packet - add an extra header */
case MTU:
SYS(fail, "ip link set %s mtu %d", VETH_RX, MTU);
SYS(fail, "ip link set %s mtu %d", VETH_TX, MTU);
ifr.ifr_mtu = MTU;