Skip to content

Commit

Permalink
Merge into master from pull request #450:
Browse files Browse the repository at this point in the history
Async request patch for OF1.3 and OF1.4 (#450)
  • Loading branch information
abat committed Dec 18, 2015
2 parents 9ecc398 + 22ef95b commit d1e2389
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions openflow_input/standard-1.3
Original file line number Diff line number Diff line change
Expand Up @@ -2085,12 +2085,6 @@ struct of_async_get_request : of_header {
uint8_t type == 26;
uint16_t length;
uint32_t xid;
uint32_t packet_in_mask_equal_master;
uint32_t packet_in_mask_slave;
uint32_t port_status_mask_equal_master;
uint32_t port_status_mask_slave;
uint32_t flow_removed_mask_equal_master;
uint32_t flow_removed_mask_slave;
};

struct of_async_get_reply : of_header {
Expand Down
1 change: 0 additions & 1 deletion openflow_input/standard-1.4
Original file line number Diff line number Diff line change
Expand Up @@ -2604,7 +2604,6 @@ struct of_async_get_request : of_header {
uint8_t type == 26;
uint16_t length;
uint32_t xid;
list(of_async_config_prop_t) properties;
};

struct of_async_get_reply : of_header {
Expand Down

0 comments on commit d1e2389

Please sign in to comment.