Skip to content

Commit

Permalink
Fix packet_type 1.5 OXM
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Apr 11, 2019
1 parent 5baff7e commit 671c4a3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions openflow_input/oxm-1.5
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,7 @@ struct of_oxm_actset_output_masked : of_oxm {
of_port_no_t value_mask;
};


struct of_oxm_packet_type : of_oxm {
uint32_t type_len == 0x80005804;
uint8_t value;
};

struct of_oxm_packet_type_masked : of_oxm {
uint32_t type_len == 0x80005908;
uint8_t value;
uint8_t value_mask;
enum ofp_packet_type value;
};

0 comments on commit 671c4a3

Please sign in to comment.