commit | c04ca954a950429c63ec329641848deb9a36805d | [log] [tgz] |
---|---|---|
author | abat <abat@bigswitch.com> | Tue Dec 16 15:22:38 2014 -0800 |
committer | abat <abat@bigswitch.com> | Tue Dec 16 15:22:38 2014 -0800 |
tree | 9143bedc88dcf0d522e374db687e8b8d27d249a2 | |
parent | 7858d217568afbd117eda0f53ddc165a766be80e [diff] | |
parent | ef876aa97757ef3f1db124cc554fdf41a7fb8796 [diff] |
Merge into master from pull request #367: pyloxi: fix alignment inside unaligned structures (https://github.com/floodlight/loxigen/pull/367)
diff --git a/openflow_input/standard-1.4 b/openflow_input/standard-1.4 index 54fce4a..edcc781 100644 --- a/openflow_input/standard-1.4 +++ b/openflow_input/standard-1.4
@@ -165,6 +165,7 @@ OFPPF_AUTONEG = 0x2000, OFPPF_PAUSE = 0x4000, OFPPF_PAUSE_ASYM = 0x8000, + OFPPF_BSN_BREAKOUT_CAPABLE = 0x80000000, }; enum ofp_port_reason(wire_type=uint8_t) {