On Thu, Mar 4, 2021 at 1:41 AM Xuesen Huang <[email protected]> wrote: > > From: Xuesen Huang <[email protected]> > > bpf_skb_adjust_room sets the inner_protocol as skb->protocol for packets > encapsulation. But that is not appropriate when pushing Ethernet header. > > Add an option to further specify encap L2 type and set the inner_protocol > as ETH_P_TEB. > > Suggested-by: Willem de Bruijn <[email protected]> > Signed-off-by: Xuesen Huang <[email protected]> > Signed-off-by: Zhiyong Cheng <[email protected]> > Signed-off-by: Li Wang <[email protected]>
Acked-by: Willem de Bruijn <[email protected]>

