Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openflow_input/standard-1.3
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ struct of_hello_elem {
uint16_t length;
};

struct of_hello_elem_versionbitmap : of_hello_elem {
struct of_hello_elem_versionbitmap(align=8) : of_hello_elem {
uint16_t type == 1;
uint16_t length;
list(of_uint32_t) bitmaps;
Expand Down
2 changes: 1 addition & 1 deletion openflow_input/standard-1.4
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ struct of_hello_elem {
uint16_t length;
};

struct of_hello_elem_versionbitmap : of_hello_elem {
struct of_hello_elem_versionbitmap(align=8) : of_hello_elem {
uint16_t type == 1;
uint16_t length;
list(of_uint32_t) bitmaps;
Expand Down
2 changes: 1 addition & 1 deletion openflow_input/standard-1.5
Original file line number Diff line number Diff line change
Expand Up @@ -2917,7 +2917,7 @@ struct of_hello_elem {
};

/* Version bitmap Hello Element */
struct of_hello_elem_versionbitmap : of_hello_elem {
struct of_hello_elem_versionbitmap(align=8) : of_hello_elem {
uint16_t type == 1;
uint16_t length;
list(of_uint32_t) bitmaps;
Expand Down