commit | 1b00e0dfe7d08a17d818c34d4c9968047a3f3e4b | [log] [tgz] |
---|---|---|
author | Willem de Bruijn <willemb@google.com> | Tue Apr 23 14:43:48 2019 -0400 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Apr 24 01:32:26 2019 +0200 |
tree | 5f8271f622c43b9ad32530d484dfdb28cf65297d | |
parent | 2aad32613c353b1e05da5994324bc5f20d0dd55a [diff] |
bpf: update skb->protocol in bpf_skb_net_grow Some tunnels, like sit, change the network protocol of packet. If so, update skb->protocol to match the new type. Signed-off-by: Willem de Bruijn <willemb@google.com> Reviewed-by: Alan Maguire <alan.maguire@oracle.com> Acked-by: Yonghong Song <yhs@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>