]> Git Repo - linux.git/commit
geneve: Allow configuration of DF behaviour
authorStefano Brivio <[email protected]>
Thu, 8 Nov 2018 11:19:19 +0000 (12:19 +0100)
committerDavid S. Miller <[email protected]>
Fri, 9 Nov 2018 01:13:08 +0000 (17:13 -0800)
commita025fb5f49ad38cf749753b16fcd031d0d678f2b
treed6abb23ae528b57c7faeac6c3bb699c0a019a931
parenta07966447f39fe43e37d05c9bfc92b1493267a59
geneve: Allow configuration of DF behaviour

draft-ietf-nvo3-geneve-08 says:

   It is strongly RECOMMENDED that Path MTU Discovery ([RFC1191],
   [RFC1981]) be used by setting the DF bit in the IP header when Geneve
   packets are transmitted over IPv4 (this is the default with IPv6).

Now that ICMP error handling is working for GENEVE, we can comply with
this recommendation.

Make this configurable, though, to avoid breaking existing setups. By
default, DF won't be set. It can be set or inherited from inner IPv4
packets. If it's configured to be inherited and we are encapsulating IPv6,
it will be set.

This only applies to non-lwt tunnels: if an external control plane is
used, tunnel key will still control the DF flag.

v2:
- DF behaviour configuration only applies for non-lwt tunnels, apply DF
  setting only if (!geneve->collect_md) in geneve_xmit_skb()
  (Stephen Hemminger)

Signed-off-by: Stefano Brivio <[email protected]>
Reviewed-by: Sabrina Dubroca <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/geneve.c
include/uapi/linux/if_link.h
This page took 0.054791 seconds and 4 git commands to generate.