commit | 98bcb8935973b09fe0f5aa280afb34505b88cfef | [log] [tgz] |
---|---|---|
author | Vishnu Emmadi <vishnu.emmadi@bigswitch.com> | Wed Dec 10 18:29:17 2014 -0800 |
committer | Vishnu Emmadi <vishnu.emmadi@bigswitch.com> | Wed Dec 10 18:29:17 2014 -0800 |
tree | 8d6263eee6b0bf820596d7819786f78ba31159bb | |
parent | cf53bb97b0a13b2b9deef47c13bfc390a4fa7b4e [diff] |
Add breakout capable to 1.4
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) {