Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async request patch for OF1.3 and OF1.4 #450

Merged
merged 1 commit into from
Dec 19, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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