floodlight/loxigen

table_feature_prop_experimenter: wrong type value

jonstout opened this issue · 0 comments

table_feature_prop_experimenter is currently using a type value of 65535. This is incorrect and should be 65534 (OpenFlow specification v1.3.3 page 85). The value found in ./openflow_input/standard-1.3 is not correct.
https://github.com/floodlight/loxigen-artifacts/blob/master/pyloxi/loxi/of13/common.py#L2889