Re: [Ryu-devel] about ofp_port_config in openflow

2015-06-17 Thread FUJITA Tomonori
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_

[Ryu-devel] about ofp_port_config in openflow

2015-06-14 Thread Yi Tseng
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