projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66409d1
)
tunneling: Add DF inherit and default flags to set of public tunnel flags.
author
Andrew Evans
<aevans@nicira.com>
Sun, 1 May 2011 17:18:45 +0000
(10:18 -0700)
committer
Andrew Evans
<aevans@nicira.com>
Sun, 1 May 2011 17:18:45 +0000
(10:18 -0700)
Signed-off-by: Andrew Evans <aevans@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/tunnel.h
patch
|
blob
|
history
diff --git
a/datapath/tunnel.h
b/datapath/tunnel.h
index 0fd6a69f105502fccc4c12101528c7f181dcc014..784cda1a93d8f61d26e8ab55b2fb8999f3a09a16 100644
(file)
--- 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.