[ovs-dev] [PATCH 1/3] datapath-windows: Add sequence tunneling information define

Sorin Vinturis svinturis at cloudbasesolutions.com
Thu Dec 3 09:16:22 UTC 2015


Acked-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>

-----Original Message-----
From: dev [mailto:dev-bounces at openvswitch.org] On Behalf Of Alin Serdean
Sent: Wednesday, 2 December, 2015 19:50
To: dev at openvswitch.org
Subject: [ovs-dev] [PATCH 1/3] datapath-windows: Add sequence tunneling information define

This patch adds the sequence tunneling information which will be needed for GRE tunneling.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
---
 datapath-windows/ovsext/Flow.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/datapath-windows/ovsext/Flow.h b/datapath-windows/ovsext/Flow.h index 74b9dfb..0d4009a 100644
--- a/datapath-windows/ovsext/Flow.h
+++ b/datapath-windows/ovsext/Flow.h
@@ -83,5 +83,6 @@ UINT32 OvsTunKeyAttrSize(void);
 #define OVS_TNL_F_DONT_FRAGMENT         (1 << 0)
 #define OVS_TNL_F_CSUM                  (1 << 1)
 #define OVS_TNL_F_KEY                   (1 << 2)
+#define OVS_TNL_F_SEQ                   (1 << 3)
 
 #endif /* __FLOW_H_ */
--
1.9.5.msysgit.0
_______________________________________________
dev mailing list
dev at openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


More information about the dev mailing list