On Mon, Oct 07, 2013 at 05:39:12PM -0700, Nithin Nayak Sujir wrote: > I added the following flows. But the socket still does not get the > Fipvlan packets. I'm probably misunderstanding the command/options. > How can I get openvswitch to not process packets of mac type 0x8914? > I apologize if this is something obvious in the FAQ. I couldn't > figure it out. > > > # ovs-ofctl add-flow br0 "table=0, dl_type=0x8914, in_port=1, > actions=output:LOCAL" > # ovs-ofctl add-flow br0 "table=0, dl_type=0x8914, in_port=LOCAL, > actions=output:1" > > Trace shows - > # ovs-appctl ofproto/trace br0 dl_type=0x8914 > Flow: > metadata=0,in_port=ANY,vlan_tci=0x0000,dl_src=00:00:00:00:00:00,dl_dst=00:00:00:00:00:00,dl_type=0x8914 > Rule: table=0 cookie=0 dl_type=0x8914 > OpenFlow actions=LOCAL > > Final flow: unchanged > Relevant fields: skb_priority=0,in_port=ANY,dl_type=0x8914,nw_frag=no > Datapath actions: 1
This looks correct. The next step is to use "ovs-dpctl dump-flows" to see what's happening to the actual packets when the kernel handles them. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
