aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2013-01-07 15:48:12 -0800
committerEthan Jackson <ethan@nicira.com>2013-01-15 16:21:09 -0800
commit9b9f4d6007e6383e36e4dc52cdd44c3637ac81de (patch)
treebfc23c5052aa2f53a5e344692990c944619b2124 /vswitchd
parentef506a7c003232eba1e5eb16e7a774ab5afd24e1 (diff)
tunnels: Remove support for df_inherit from userspace.
This will be required to support flow based tunneling. Signed-off-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.xml14
1 files changed, 3 insertions, 11 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index a6f8c07c..18643c20 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -1400,19 +1400,11 @@
system default, typically 64). Default is the system default TTL.
</column>
- <column name="options" key="df_inherit" type='{"type": "boolean"}'>
- Optional. If enabled, the Don't Fragment bit will be copied from the
- inner IP headers (those of the encapsulated traffic) to the outer
- (tunnel) headers. Default is disabled; set to <code>true</code> to
- enable.
- </column>
-
<column name="options" key="df_default"
type='{"type": "boolean"}'>
- Optional. If enabled, the Don't Fragment bit will be set by default on
- tunnel headers if the <code>df_inherit</code> option is not set, or if
- the encapsulated packet is not IP. Default is enabled; set to
- <code>false</code> to disable.
+ Optional. If enabled, the Don't Fragment bit will be set on tunnel
+ outer headers to allow path MTU discovery. Default is enabled; set
+ to <code>false</code> to disable.
</column>
<group title="Tunnel Options: gre and ipsec_gre only">