Skip to content

Commit b4a5e93

Browse files
committed
SQUASH: clean up eth types
1 parent 81efff2 commit b4a5e93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tc/filters/cls_flower.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ impl From<u16> for EthType {
179179
0x0800 => Self::IPv4,
180180
0x86DD => Self::IPv6,
181181
0x0806 => Self::Arp,
182+
0x8100 => Self::Vlan,
183+
0x88A8 => Self::Qinq,
182184
0x8847 => Self::MplsUnicast,
183185
0x8848 => Self::MplsMulticast,
184186
_ => Self::Other(val),

0 commit comments

Comments
 (0)