]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ether_demux: Defer stripping the Ethernet header.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 30 Nov 2022 22:38:51 +0000 (14:38 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 28 Jun 2023 01:32:47 +0000 (18:32 -0700)
commited19cb27bde8c87ece83e390b0fd40991abdc9b3
tree5ac7c0cbeb0aef3b9058603d27cfe8712f89aabe
parent5771c3bd1df809113214abbbc3f42d8e05277b4a
ether_demux: Defer stripping the Ethernet header.

This avoids having to undo it before invoking NetGraph's orphan input
hook.

Reviewed by: ae, melifaro
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D37510

(cherry picked from commit 79b679942352a7f10d759fdee1892aa251e0f439)
sys/net/if_ethersubr.c