[ovs-dev] [PATCH 0/3] Fine-grained control of DF bit handling.

Andrew Evans aevans at nicira.com
Wed Apr 27 21:59:23 UTC 2011


The pmtud tunnel option currently controls both DF bit handling and path MTU
discovery. This series creates implements two new tunnel options to change DF
bit handling independently of path MTU discovery.

Andrew Evans (3):
  tunnel: Add df_default and df_inherit tunnel options.
  tunneling: Add fine-grained control of Don't Fragment bit.
  vswitch.xml: Document new df_inherit and df_default tunnel options.

 datapath/tunnel.c            |    8 ++--
 include/openvswitch/tunnel.h |    8 +++--
 lib/netdev-vport.c           |   16 +++++++++-
 vswitchd/vswitch.xml         |   66 ++++++++++++++++++++++++++++++++---------
 4 files changed, 75 insertions(+), 23 deletions(-)

-- 
1.7.4.1




More information about the dev mailing list