]> git.ipfire.org Git - thirdparty/qemu.git/commit
net/eth: Always add VLAN tag
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Tue, 23 May 2023 02:43:22 +0000 (11:43 +0900)
committerJason Wang <jasowang@redhat.com>
Tue, 23 May 2023 07:20:15 +0000 (15:20 +0800)
commitaaa8a15c96a8a7341a3667dcc932f8c5f227d6af
tree9597d186e23ba931b8a55b22ad18e60ef56505c2
parent85427bf3884f42626208865f3fe594b3919566fb
net/eth: Always add VLAN tag

It is possible to have another VLAN tag even if the packet is already
tagged.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/net_tx_pkt.c
include/net/eth.h
net/eth.c