]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
Merge branch 'bpf-proto-fixes'
authorDaniel Borkmann <daniel@iogearbox.net>
Tue, 23 Apr 2019 23:32:27 +0000 (01:32 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 23 Apr 2019 23:32:28 +0000 (01:32 +0200)
commita21b48a2f2afa53bbc989cce6fc81edbed39eab0
tree017cfbea5a7d5be7c4503bd248b05c0858925d41
parent2aad32613c353b1e05da5994324bc5f20d0dd55a
parentf6ad6accaa99dfa7462d18687961b8421d707c1e
Merge branch 'bpf-proto-fixes'

Willem de Bruijn says:

====================
Expand the tc tunnel encap support with protocols that convert the
network layer protocol, such as 6in4. This is analogous to existing
support in bpf_skb_proto_6_to_4.

Patch 1 implements the straightforward logic
Patch 2 tests it with a 6in4 tunnel

Changes v1->v2
  - improve documentation in test
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>