commit | 51833988569c47420ff611e2f14625f5188f7201 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Tue Dec 03 13:02:45 2013 -0800 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Dec 31 14:52:50 2013 -0800 |
tree | 262671ebf12dd9d5470c3598d2ce53b45207a5d6 | |
parent | 1ac43000d31017b872f6a4557e764f8e45299c1a [diff] |
loxi_ir: support of_checksum_128_t
diff --git a/loxi_ir/ir_offset.py b/loxi_ir/ir_offset.py index 0f27f5e..e705fcc 100644 --- a/loxi_ir/ir_offset.py +++ b/loxi_ir/ir_offset.py
@@ -100,6 +100,7 @@ of_match_v3_t = (8, False), of_octets_t = (0, False), of_bitmap_128_t = (16, True), + of_checksum_128_t = (16, True), ) def type_dec_to_count_base(m_type):