2020-07-22, 18:56:25 -0700, Cong Wang wrote:
> geneve_nl2info() sets 'df' conditionally, so we have to
> initialize it by copying the value from existing geneve
> device in geneve_changelink().
>
> Fixes: 56c09de347e4 ("geneve: allow changing DF behavior after creation")
> Reported-by: [email protected]
> Cc: Sabrina Dubroca <[email protected]>
> Signed-off-by: Cong Wang <[email protected]>
Ouch. Thanks for fixing this.
Reviewed-by: Sabrina Dubroca <[email protected]>
This should only be needed in net/stable. In net-next, I removed this
in commit 9e06e8596bc8 (which will conflict with this patch).
--
Sabrina