commit | 3654e61137db891f5312e6dd813b961484b5fdf3 | [log] [tgz] |
---|---|---|
author | Julian Anastasov <ja@ssi.bg> | Fri Jul 20 11:59:53 2012 +0300 |
committer | Simon Horman <horms@verge.net.au> | Fri Aug 10 10:35:07 2012 +0900 |
tree | f0006c4a286c5abe22aa3c5f9a66fb1c8b742a3a | |
parent | f2edb9f7706dcb2c0d9a362b2ba849efe3a97f5e [diff] |
ipvs: add pmtu_disc option to disable IP DF for TUN packets Disabling PMTU discovery can increase the output packet rate but some users have enough resources and prefer to fragment than to drop traffic. By default, we copy the DF bit but if pmtu_disc is disabled we do not send FRAG_NEEDED messages anymore. Signed-off-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>