Re: [ovs-dev] in_port action

2015-03-19 Thread Ben Pfaff
Please don't drop the list! On Fri, Mar 20, 2015 at 09:40:23AM +0530, deepaksingh wrote: > Hi Ben , > > the L3 flows for wireless-client communicate with wireless-client in > another VLAN will look like below. > > In_port=ats,vlan=10,src_mac=client1's > MAC,dst_mac=vRouter'sMAC,eth_type=0x800,ds

Re: [ovs-dev] in_port action

2015-03-19 Thread Ben Pfaff
Please don't drop the mailing list. You will break OpenFlow compatibility. What are you trying to accomplish? On Fri, Mar 20, 2015 at 09:30:26AM +0530, deepaksingh wrote: > Thanks Ben . > > If i will remove this check, will it create any problem ? > > On Fri, Mar 20, 2015 at 9:28 AM, Ben Pfaff

Re: [ovs-dev] in_port action

2015-03-19 Thread Ben Pfaff
On Fri, Mar 20, 2015 at 09:25:37AM +0530, deepaksingh wrote: > why are we using a in_port action, when we have output action ? > xlate_output_action has a default case where we are checking the port > should not be same as input port . > Why this check is required ? Because OpenFlow says so. _

[ovs-dev] in_port action

2015-03-19 Thread deepaksingh
Hello everyone, why are we using a in_port action, when we have output action ? xlate_output_action has a default case where we are checking the port should not be same as input port . Why this check is required ? Thanks and regards , Deepak ___ dev mai