On Thu, Feb 07, 2013 at 07:04:22PM -0800, Ethan Jackson wrote: > The documented behavior of ovs is that a missing key is the > same as a zero key. However, the tunneling code actually treated > them differently. This could cause problems with tunneling modes > such as vxlan which always have a key. Specifically, a tunnel with > no key configured, would send have to send traffic with a key of > zero. However, the same tunnel would drop incoming traffic with a > zero key because it was expecting there to be none at all. > > Signed-off-by: Ethan Jackson <[email protected]>
Looks good, thanks. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
