On Wed, Jun 08, 2011 at 11:28:00AM +0100, nauman.lagh...@bt.com wrote: > Also added a couple of flows for attaching to the queue > > > > [root@vm-container-0-1 ~]# ovs-ofctl add-flow pibr102 'priority=65535, > idle_timeout=50000, dl_type=0x800, in_port=ANY, nw_src=ANY, > nw_dst=10.19.128.34, actions=enqueue:1:0,NORMAL' > [root@vm-container-0-1 ~]# ovs-ofctl add-flow pibr102 'priority=65535, > idle_timeout=50000, dl_type=0x800, in_port=ANY, nw_src=ANY, > nw_dst=10.19.128.36, actions=enqueue:2:0,NORMAL'
The actions "enqueue:2:0,NORMAL" first send the packet out queue 0 on port 2, then perform normal switching. That won't do what you want. You want "set_queue:2,NORMAL", to set the default output queue to 2, then perform normal switching (outputting to that queue). I didn't read the rest of your message carefully to look for other problems. _______________________________________________ openflow-discuss mailing list openflow-discuss@lists.stanford.edu https://mailman.stanford.edu/mailman/listinfo/openflow-discuss