On Mon, 2019-11-11 at 17:53 +0100, Paolo Abeni wrote:
@@ -279,22 +265,27 @@ bool mptcp_established_options(struct sock *sk,
struct sk_buff *skb,
struct mptcp_out_options *opts)
{
unsigned int opt_size = 0;
+ bool ret = true;
^^^^
this is wrong (should be false). I'll send a v3 rebased, including that
change
Cheers,
Paolo