Skip to content
Snippets Groups Projects
Commit c6dd0ac7 authored by Clemens John's avatar Clemens John
Browse files

Lower vpn MTU from 1426 to 1312 because of DS-Lite connections. See thread on...

Lower vpn MTU from 1426 to 1312 because of DS-Lite connections. See thread on developer mailinglist "Änderung der MTU für DS-Lite Anschlüsse"

Signed-off-by: default avatarClemens John <clemens.john@floh1111.de>
parent 41cd5bdb
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
fastd_mesh_vpn = { fastd_mesh_vpn = {
methods = { 'salsa2012+gmac' }, methods = { 'salsa2012+gmac' },
mtu = 1426, mtu = 1312,
backbone = { backbone = {
limit = 2, limit = 2,
peers = { peers = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment