[ovs-dev] [PATCH] tunneling: Add DF inherit and default flags to set of public tunnel flags.

Andrew Evans aevans at nicira.com
Sat Apr 30 21:54:23 UTC 2011


Signed-off-by: Andrew Evans <aevans at nicira.com>
---
 datapath/tunnel.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/datapath/tunnel.h b/datapath/tunnel.h
index 0fd6a69..784cda1 100644
--- a/datapath/tunnel.h
+++ b/datapath/tunnel.h
@@ -42,7 +42,8 @@
 
 /* All public tunnel flags. */
 #define TNL_F_PUBLIC (TNL_F_CSUM | TNL_F_TOS_INHERIT | TNL_F_TTL_INHERIT | \
-		      TNL_F_PMTUD | TNL_F_HDR_CACHE | TNL_F_IPSEC)
+		      TNL_F_DF_INHERIT | TNL_F_DF_DEFAULT | TNL_F_PMTUD | \
+		      TNL_F_HDR_CACHE | TNL_F_IPSEC)
 
 /**
  * struct tnl_mutable_config - modifiable configuration for a tunnel.
-- 
1.7.4.1




More information about the dev mailing list