Re: [ovs-dev] [PATCH] tunneling: Don't match on source IP address for native tunnels.

2015-06-25 Thread Jesse Gross
On Wed, Jun 24, 2015 at 8:40 PM, Pravin Shelar wrote: > On Wed, Jun 24, 2015 at 2:55 PM, Jesse Gross wrote: >> When doing native tunneling, we look at packets destined to the >> local port to see if they match tunnel protocols that we should >> intercept. The criteria are IP protocol, destination

Re: [ovs-dev] [PATCH] tunneling: Don't match on source IP address for native tunnels.

2015-06-24 Thread Pravin Shelar
On Wed, Jun 24, 2015 at 2:55 PM, Jesse Gross wrote: > When doing native tunneling, we look at packets destined to the > local port to see if they match tunnel protocols that we should > intercept. The criteria are IP protocol, destination UDP port, etc. > > However, we also look at the source IP a

[ovs-dev] [PATCH] tunneling: Don't match on source IP address for native tunnels.

2015-06-24 Thread Jesse Gross
When doing native tunneling, we look at packets destined to the local port to see if they match tunnel protocols that we should intercept. The criteria are IP protocol, destination UDP port, etc. However, we also look at the source IP address of the packets. This should be a function of the port-b