On Wed, Feb 10, 2021 at 1:59 AM huangxuesen <[email protected]> wrote: > > From: huangxuesen <[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: huangxuesen <[email protected]> > Signed-off-by: chengzhiyong <[email protected]> > Signed-off-by: wangli <[email protected]>
Thanks, this is exactly what I meant. Acked-by: Willem de Bruijn <[email protected]> One small point regarding Signed-off-by: It is customary to capitalize family and given names.
