# Use this file to set global options for vconfig.

#* name-type:  VLAN_PLUS_VID (vlan0005), VLAN_PLUS_VID_NO_PAD (vlan5),
#              DEV_PLUS_VID (eth0.0005), DEV_PLUS_VID_NO_PAD (eth0.5)
NAME_TYPE=VLAN_PLUS_VID_NO_PAD

#* FLAGS:  1 REORDER_HDR  When this is set, the VLAN device will move the
#            ethernet header around to make it look exactly like a real
#            ethernet device.  This may help programs such as DHCPd which
#            read the raw ethernet packet and make assumptions about the
#            location of bytes.  If you don't need it, don't turn it on, because
#            there will be at least a small performance degradation.  Default
#            is OFF.
REORDER_HDR=
