commit | d8d29c923bdccb3f83a01b90f40a561869e72c78 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Tue Sep 24 13:46:42 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Sep 24 13:46:42 2013 -0700 |
tree | 086ac295cc839dee510ee2bdd4844efcb5b41a6f | |
parent | 3b2fd83689a6962f5ac23ee9caeb6b98365f5a26 [diff] |
add of_oxm_bsn_in_ports
diff --git a/loxi_front_end/match.py b/loxi_front_end/match.py index 20d5030..c510477 100644 --- a/loxi_front_end/match.py +++ b/loxi_front_end/match.py
@@ -394,6 +394,16 @@ takes_mask_in_spec=False, order=501, ), + + bsn_in_ports_128 = dict( + name="bsn_in_ports_128", + m_type="of_bitmap_128_t", + v2_wc_shift=9, + print_type="p", + conditions="", + takes_mask_in_spec=True, + order=1000, + ), ) match_keys_sorted = of_match_members.keys()