]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
POLA dictates that VLAN_MTU be enabled by default.
authoryar <yar@FreeBSD.org>
Thu, 27 May 2004 14:36:58 +0000 (14:36 +0000)
committeryar <yar@FreeBSD.org>
Thu, 27 May 2004 14:36:58 +0000 (14:36 +0000)
commit3f7eee77ac3ad1673fa699b9215c25e3e5b0fe9e
tree19253c79640ce180738c98107af76e894c06f298
parent257067641e31a4358d833397b22abb7863512df9
POLA dictates that VLAN_MTU be enabled by default.
In particular, disabling it was likely to break configurations
involving ng_vlan(4) since the latter couldn't control
the parent's VLAN_MTU in the way vlan(4) did.

Pointed out by: ru
sys/dev/fxp/if_fxp.c