From dc432c2e8159a406e0e45fae4ff49532191b9129 Mon Sep 17 00:00:00 2001 From: Andrew Evans Date: Sun, 1 May 2011 10:18:45 -0700 Subject: [PATCH] tunneling: Add DF inherit and default flags to set of public tunnel flags. Signed-off-by: Andrew Evans Acked-by: Jesse Gross --- datapath/tunnel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datapath/tunnel.h b/datapath/tunnel.h index 0fd6a69f1..784cda1a9 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. -- 2.45.2