On 01/16/2019 05:47 PM, Peter Oskolkov wrote: > In sock_setsockopt() (net/core/sock.h), when SO_MARK option is used > to change sk_mark, sk_dst_reset(sk) is called. The same should be done > in bpf_setsockopt. > > Reported-by: Maciej Żenczykowski <m...@google.com> > Signed-off-by: Peter Oskolkov <p...@google.com>
Given this is a fix, I'm inclined to apply to bpf tree. Objections? Thanks, Daniel