datapath: Remove support for Don't Fragment inheritance.
authorJesse Gross <jesse@nicira.com>
Fri, 25 Jan 2013 20:38:45 +0000 (12:38 -0800)
committerJesse Gross <jesse@nicira.com>
Mon, 28 Jan 2013 18:26:32 +0000 (10:26 -0800)
commit8a9ff93ae7810ee68419702f58b25b19edd607b6
treefa9af31dde7c165285015ed2e207e3be730c9831
parent33cec590a3d39284b78bac3f0f5ccff51e84eb50
datapath: Remove support for Don't Fragment inheritance.

Inheritance of the Don't Fragment bit in tunnels will not be
supported with flow based tunneling and has already been removed
from userspace.  This removes the corresponding kernel support.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Kyle Mestery <kmestery@cisco.com>
datapath/tunnel.c
datapath/tunnel.h
include/openvswitch/tunnel.h
lib/netdev-vport.c