commit | 02c558b2d5d679fbbcaa5b9689484c7e0f8abb7b | [log] [tgz] |
---|---|---|
author | John Fastabend <john.fastabend@gmail.com> | Tue Oct 16 11:08:04 2018 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Oct 17 02:30:32 2018 +0200 |
tree | b89b9cb06c6adb6862759afaefae6fb7ab6d768c | |
parent | 8734a162c13b1a893e7dff8de0df81fed04c51a6 [diff] |
bpf: sockmap, support for msg_peek in sk_msg with redirect ingress This adds support for the MSG_PEEK flag when doing redirect to ingress and receiving on the sk_msg psock queue. Previously the flag was being ignored which could confuse applications if they expected the flag to work as normal. Signed-off-by: John Fastabend <john.fastabend@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>