commit | f1f71c66b6975318113f6c128e58c8c6ce2ee829 | [log] [tgz] |
---|---|---|
author | abat <abat@bigswitch.com> | Mon Nov 18 14:43:38 2013 -0800 |
committer | abat <abat@bigswitch.com> | Mon Nov 18 14:43:38 2013 -0800 |
tree | b9f3c337a4859b6c2f1cf426b53f5a5c9bf206e9 | |
parent | 2b50bbd8adbbaf12e9b0278bef4ff85ea562621f [diff] | |
parent | 2cae3f10ff00e4ba572a09a943d9303e88e49da3 [diff] |
Merge into master from pull request #130: Fix name mismatch for BSN_IN_PORTS_128 (https://github.com/floodlight/loxigen/pull/130)
diff --git a/java_gen/pre-written/src/main/java/org/projectfloodlight/openflow/protocol/match/MatchField.java b/java_gen/pre-written/src/main/java/org/projectfloodlight/openflow/protocol/match/MatchField.java index 92d4878..bfe92a4 100644 --- a/java_gen/pre-written/src/main/java/org/projectfloodlight/openflow/protocol/match/MatchField.java +++ b/java_gen/pre-written/src/main/java/org/projectfloodlight/openflow/protocol/match/MatchField.java
@@ -176,7 +176,7 @@ new Prerequisite<EthType>(MatchField.ETH_TYPE, EthType.MPLS_UNICAST, EthType.MPLS_MULTICAST)); public final static MatchField<OFBitMask128> BSN_IN_PORTS_128 = - new MatchField<OFBitMask128>("bsn_in_port_masked_128", MatchFields.BSN_IN_PORTS_128); + new MatchField<OFBitMask128>("bsn_in_ports_128", MatchFields.BSN_IN_PORTS_128); public final static MatchField<LagId> BSN_LAG_ID = new MatchField<LagId>("bsn_lag_id", MatchFields.BSN_LAG_ID);