Skip to content

Commit 671c4a3

Browse files
committed
Fix packet_type 1.5 OXM
1 parent 5baff7e commit 671c4a3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

openflow_input/oxm-1.5

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,7 @@ struct of_oxm_actset_output_masked : of_oxm {
2222
of_port_no_t value_mask;
2323
};
2424

25-
2625
struct of_oxm_packet_type : of_oxm {
2726
uint32_t type_len == 0x80005804;
28-
uint8_t value;
29-
};
30-
31-
struct of_oxm_packet_type_masked : of_oxm {
32-
uint32_t type_len == 0x80005908;
33-
uint8_t value;
34-
uint8_t value_mask;
27+
enum ofp_packet_type value;
3528
};

0 commit comments

Comments
 (0)