On Mon, 15 Jun 2015 14:06:21 +0800
Yi Tseng wrote:
> In OpenFlow 1.3.4, there are 7 port configs
>
> OFPPC_PORT_DOWN
> OFPPC_NO_STP
> OFPPC_NO_RECV
> OFPPC_NO_RECV_STP
> OFPPC_NO_FLOOD
> OFPPC_NO_FWD
> OFPPC_NO_PACKET_IN
>
> However, in ofproto_v1_3.py, there are only 4 configs
>
> OFPPC_PORT_
Hello
In OpenFlow 1.3.4, there are 7 port configs
OFPPC_PORT_DOWN
OFPPC_NO_STP
OFPPC_NO_RECV
OFPPC_NO_RECV_STP
OFPPC_NO_FLOOD
OFPPC_NO_FWD
OFPPC_NO_PACKET_IN
However, in ofproto_v1_3.py, there are only 4 configs
OFPPC_PORT_DOWN = 1 << 0# Port is administratively down.
OFPPC_NO_RECV = 1