Oops. David noticed that if_mtu is declared as a short; this makes
authorGarrett Wollman <wollman@FreeBSD.org>
Sun, 14 Nov 1993 20:02:20 +0000 (20:02 +0000)
committerGarrett Wollman <wollman@FreeBSD.org>
Sun, 14 Nov 1993 20:02:20 +0000 (20:02 +0000)
commit3544846ff087b52741ab21b89381325fd51d9156
treeb098435bafa51a596e374f976d9fe40243348cbd
parente475daaad9176e0326082207ac371629facc0f98
Oops.  David noticed that if_mtu is declared as a short; this makes
an LOMTU of 65535 look like -1.  Fixed to be an unsigned short.
(For some reason, the route metrics use an unsigned long as rmx_mtu,
so I was caught off-guard....)
sys/net/if.h