Go to the source code of this file.
|
| ethernet_error (NONE, PUNT, "no error") ethernet_error(BAD_LLC_LENGTH |
|
llc length packet length | ethernet_error (UNKNOWN_TYPE, PUNT, "unknown ethernet type") ethernet_error(UNKNOWN_VLAN |
|
llc length packet length unknown vlan | ethernet_error (L3_MAC_MISMATCH, DROP, "l3 mac mismatch") ethernet_error(DOWN |
|
◆ ethernet_error() [1/3]
ethernet_error |
( |
NONE |
, |
|
|
PUNT |
, |
|
|
"no error" |
|
|
) |
| |
◆ ethernet_error() [2/3]
llc length packet length ethernet_error |
( |
UNKNOWN_TYPE |
, |
|
|
PUNT |
, |
|
|
"unknown ethernet type" |
|
|
) |
| |
◆ ethernet_error() [3/3]
llc length packet length unknown vlan ethernet_error |
( |
L3_MAC_MISMATCH |
, |
|
|
DROP |
, |
|
|
"l3 mac mismatch" |
|
|
) |
| |
◆ DROP
llc length packet length unknown vlan DROP |