[ovs-discuss] Flow-based tunneling problem

2013-08-17 Thread Shahryar Ali
Hello, I am trying to create flows for GRE tunneling using: ovs-ofctl add-flow br0 "in_port=LOCAL actions=set_tunnel:1,set_field:192.168.0.1->tun_dst,output:1" but getting a message: "ovs-ofctl :tun_dst is not allowed to set" Not able to understand what is the issue. Need help! ___

Re: [ovs-discuss] ovs-dpctl: flows with used=never

2013-08-17 Thread Naveed Abbas
Thanks for clarification by the way it means that no flow will be installed in the flow tables for such packet. does this imply that the packet will always be discarded?  Syed Naveed Abbas Rizvi From: Justin Pettit To: Naveed Abbas Cc: "discuss@open

Re: [ovs-discuss] ovs-dpctl: flows with used=never

2013-08-17 Thread Justin Pettit
It means that a packet has never matched that flow in the datapath. The packet that generated the flow was handled by ovs-vswitchd, so it's not accounted for in the datapath flow table. --Justin On Aug 17, 2013, at 6:33 AM, Naveed Abbas wrote: > Dear All > > I was wondering what is meant b

[ovs-discuss] ovs-dpctl: flows with used=never

2013-08-17 Thread Naveed Abbas
Dear All I was wondering what is meant by used =never parameter in the output of ovs-dpctl dump-flows command. As far as I know dump-flow command prints flows that were recently matched in the switch flow tables, then what does never mean in this context?   Syed Naveed Abbas Rizvi