(Error code 423060)
This error originated from one of the following locations within the iPXE source code:
DEBUG=vlan
(Please edit this page to include any of your own useful hints and tips for fixing this error.)
This error indicates that a packet was received for a VLAN that is not defined in iPXE. For example, if you have created only VLAN 5 on interface net0
using
vcreate --tag 5 net0
and then a packet is received on interface net0
with a VLAN tag of 6, then you will see this error show up as a receive error (“RXE”) for interface net0
.