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 | OFPPC10_NO_FLOOD |
OFPPC_NO_FWD | \
                         OFPPC_NO_PACKET_IN)

    #define OFPPC11_ALL \
        (OFPPC_PORT_DOWN | OFPPC_NO_RECV | OFPPC_NO_FWD |
OFPPC_NO_PACKET_IN)

Would like to know why no-flood is not one of the common flags? Or do we
have any other BKM to supersede such port config?

Thanks,
Jianfeng
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to