commit | 6c965f81129395b9cd5edd8dd50e8f33e47fa12d | [log] [tgz] |
---|---|---|
author | Vishnu Emmadi <vishnu.emmadi@bigswitch.com> | Thu Nov 06 17:49:51 2014 -0800 |
committer | Vishnu Emmadi <vishnu.emmadi@bigswitch.com> | Thu Nov 06 17:49:51 2014 -0800 |
tree | 07a66e454654127a00d7e0d0ca54824d8fdaed6a | |
parent | ada8ed7469b26f8d1b9e0ce4a91cd1bb92382fb8 [diff] |
Remove breakout_enabled from port_mod
diff --git a/openflow_input/standard-1.3 b/openflow_input/standard-1.3 index 2994fba..1146414 100644 --- a/openflow_input/standard-1.3 +++ b/openflow_input/standard-1.3
@@ -134,7 +134,6 @@ OFPPC_NO_RECV = 0x4, OFPPC_NO_FWD = 0x20, OFPPC_NO_PACKET_IN = 0x40, - OFPPC_BSN_BREAKOUT_ENABLED = 0x40000000, OFPPC_BSN_MIRROR_DEST = 0x80000000, };