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 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
