Re: [ovs-discuss] Why no-flood is not supported in later openflow versions?

2018-01-29 Thread Jianfeng Tan
>On Sun, Jan 28, 2018 at 11:39:29PM +0800, Jianfeng Tan wrote: >> Hi, >> >> In the openflow, we set no-flood PodMod operation through openflow 1.0; for >> later openflow versions, no-flood is dropped. >> We can refer to below two macro definitions. >> >

[ovs-discuss] Why no-flood is not supported in later openflow versions?

2018-01-28 Thread Jianfeng Tan
Hi, In the openflow, we set no-flood PodMod operation through openflow 1.0; for later openflow versions, no-flood is dropped. We can refer to below two macro definitions. #define OFPPC10_ALL (OFPPC_PORT_DOWN | OFPPC10_NO_STP | OFPPC_NO_RECV | \ OFPPC10_NO_RECV_STP |