Re: [ovs-dev] [PATCH] tunnel: Validate IP header for userspace tunneling.

2015-09-13 Thread Jesse Gross
On Sat, Sep 12, 2015 at 5:13 PM, Pravin Shelar wrote: > On Fri, Sep 11, 2015 at 6:59 PM, Jesse Gross wrote: >> Currently, when doing userspace tunneling we don't perform much in >> the way of integrity checks on the incoming IP header. The case of >> tunneling is different from the usual case of

Re: [ovs-dev] [PATCH] tunnel: Validate IP header for userspace tunneling.

2015-09-12 Thread Pravin Shelar
On Fri, Sep 11, 2015 at 6:59 PM, Jesse Gross wrote: > Currently, when doing userspace tunneling we don't perform much in > the way of integrity checks on the incoming IP header. The case of > tunneling is different from the usual case of switching since we are > acting as the endpoint here and sho

[ovs-dev] [PATCH] tunnel: Validate IP header for userspace tunneling.

2015-09-11 Thread Jesse Gross
Currently, when doing userspace tunneling we don't perform much in the way of integrity checks on the incoming IP header. The case of tunneling is different from the usual case of switching since we are acting as the endpoint here and should not allow invalid packets to pass. This adds checks for