aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/flow_offload.h
diff options
context:
space:
mode:
authorSabrina Dubroca <sd@queasysnail.net>2020-06-18 12:13:22 +0200
committerDavid S. Miller <davem@davemloft.net>2020-06-19 20:06:34 -0700
commit56c09de347e40804fc8dad155272fb9609e0a97b (patch)
treec4f7ab1463297b691647d928f03c1131848f7fed /include/net/flow_offload.h
parentenetc: Fix HW_VLAN_CTAG_TX|RX toggling (diff)
downloadwireguard-linux-56c09de347e40804fc8dad155272fb9609e0a97b.tar.xz
wireguard-linux-56c09de347e40804fc8dad155272fb9609e0a97b.zip
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 <sd@queasysnail.net> Reviewed-by: Stefano Brivio <sbrivio@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/flow_offload.h')
0 files changed, 0 insertions, 0 deletions