> On Jun 27, 2016, at 6:23 PM, Manu S. Keshava <m...@chelsio.com> wrote: > > ofctl dump...... > NXST_FLOW reply (xid=0x4): > cookie=0x0, duration=53.372s, table=0, n_packets=1059375, n_bytes=63562500, > idle_age=0, priority=500,tcp,in_port=1 actions=output:2 > > Is there a way to avoid this MAC address been appended in the DATA-PATH? Or > is something missing that is causing the MAC to be part of the data-path?
I suspect it's due to "hidden" flows related to fail-mode--in particular a flow that uses the "normal" action. If you change the fail-mode to "secure" from "standalone", does it stop matching on those fields? You can see those hidden flows with "ovs-appctl bridge/dump-flows <bridge>". --Justin _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss