Signed-off-by: IWAMOTO Toshihiro <iwam...@valinux.co.jp>
---
 ryu/ofproto/nicira_ext.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ryu/ofproto/nicira_ext.py b/ryu/ofproto/nicira_ext.py
index 411ed48..416c625 100644
--- a/ryu/ofproto/nicira_ext.py
+++ b/ryu/ofproto/nicira_ext.py
@@ -269,6 +269,11 @@ NX_LEARN_DST_OUTPUT = 2 << 11  # Add OFPAT_OUTPUT action.
 NX_LEARN_DST_RESERVED = 3 << 11  # Not yet defined.
 NX_LEARN_DST_MASK = 3 << 11
 
+# nx_ct constants
+NX_CT_F_COMMIT = 1 << 0
+NX_CT_F_FORCE = 1 << 1
+NX_CT_RECIRC_NONE = 0xff  # OFPTT_ALL
+
 # nx_nat constants
 NX_NAT_RANGE_IPV4_MIN = 1 << 0
 NX_NAT_RANGE_IPV4_MAX = 1 << 1
-- 
2.1.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to