Handle unicast packets larger than PMTU in switch mode.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 12 Sep 2009 12:19:36 +0000 (14:19 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 12 Sep 2009 12:19:36 +0000 (14:19 +0200)
commit9915f2abbedb7f1aa2b9e2f81d52ddcfca60e82d
tree5c83c22d10aad38353894780761eeea705b8bb14
parent7242868b64f9d6f62b6c5bbf1526eb632ed9a4d6
Handle unicast packets larger than PMTU in switch mode.

If PMTUDiscovery is enabled, and we see a unicast packet that is larger than
the path MTU in switch mode, treat it just like we would do in router mode.
src/route.c