commit | 21ad5206c51d8beacf40e7fe1c4aaab118a5bf43 | [log] [tgz] |
---|---|---|
author | Vishnu Emmadi <vishnu.emmadi@bigswitch.com> | Tue Oct 28 17:29:59 2014 -0700 |
committer | Vishnu Emmadi <vishnu.emmadi@bigswitch.com> | Tue Oct 28 17:29:59 2014 -0700 |
tree | 7964b89b3b1745144909aa2f4a2a9ce117d2473d | |
parent | a219b5186400e2a4a596c9e008dfdf8e0261d2d7 [diff] [blame] |
Move breakout_capable to msb
diff --git a/openflow_input/standard-1.3 b/openflow_input/standard-1.3 index 30a3c16..2994fba 100644 --- a/openflow_input/standard-1.3 +++ b/openflow_input/standard-1.3
@@ -161,7 +161,7 @@ OFPPF_AUTONEG = 0x2000, OFPPF_PAUSE = 0x4000, OFPPF_PAUSE_ASYM = 0x8000, - OFPPF_BSN_BREAKOUT_CAPABLE = 0x10000, + OFPPF_BSN_BREAKOUT_CAPABLE = 0x80000000, }; enum ofp_port_reason(wire_type=uint8_t) {