OpenFlow 1.5.1 adds new error OFPBAC_BAD_METER for bad meter in
flow-mod (EXT-530).

Signed-off-by: IWASE Yusuke <[email protected]>
---
 ryu/ofproto/ofproto_v1_5.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ryu/ofproto/ofproto_v1_5.py b/ryu/ofproto/ofproto_v1_5.py
index be5bd14..9e58e79 100644
--- a/ryu/ofproto/ofproto_v1_5.py
+++ b/ryu/ofproto/ofproto_v1_5.py
@@ -923,6 +923,7 @@ OFPBAC_BAD_SET_TYPE = 13        # Unsupported type in 
SET_FIELD action.
 OFPBAC_BAD_SET_LEN = 14         # Length problem in SET_FIELD action.
 OFPBAC_BAD_SET_ARGUMENT = 15    # Bad arguement in SET_FIELD action.
 OFPBAC_BAD_SET_MASK = 16        # Bad mask in SET_FIELD action.
+OFPBAC_BAD_METER = 17           # Invalid meter id in meter action.
 
 # enum ofp_bad_instruction_code
 OFPBIC_UNKNOWN_INST = 0         # Unknown instruction.
-- 
1.9.1


------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to