diff options
author | Sabrina Dubroca <[email protected]> | 2020-06-18 12:13:22 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-06-19 20:06:34 -0700 |
commit | 56c09de347e40804fc8dad155272fb9609e0a97b (patch) | |
tree | c4f7ab1463297b691647d928f03c1131848f7fed /scripts/gcc-plugins | |
parent | 9deba33f1b7266a3870c9da31f787b605748fc0c (diff) |
geneve: allow changing DF behavior after creation
Currently, trying to change the DF parameter of a geneve device does
nothing:
# ip -d link show geneve1
14: geneve1: <snip>
link/ether <snip>
geneve id 1 remote 10.0.0.1 ttl auto df set dstport 6081 <snip>
# ip link set geneve1 type geneve id 1 df unset
# ip -d link show geneve1
14: geneve1: <snip>
link/ether <snip>
geneve id 1 remote 10.0.0.1 ttl auto df set dstport 6081 <snip>
We just need to update the value in geneve_changelink.
Fixes: a025fb5f49ad ("geneve: Allow configuration of DF behaviour")
Signed-off-by: Sabrina Dubroca <[email protected]>
Reviewed-by: Stefano Brivio <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins')
0 files changed, 0 insertions, 0 deletions