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] [blame] |
add of_oxm_bsn_in_ports
diff --git a/c_gen/c_match.py b/c_gen/c_match.py index c62899d..e15688e 100644 --- a/c_gen/c_match.py +++ b/c_gen/c_match.py
@@ -286,6 +286,8 @@ OF_OXM_INDEX_IPV6_ND_TLL = 33, /* Target link-layer for ND. */ OF_OXM_INDEX_MPLS_LABEL = 34, /* MPLS label. */ OF_OXM_INDEX_MPLS_TC = 35, /* MPLS TC. */ + + OF_OXM_INDEX_BSN_IN_PORTS_128 = 36, }; #define OF_OXM_BIT(index) (((uint64_t) 1) << (index))