1500 - 8  // PPPoE (for our DSL users)
  1492 - 43 // null-method
  1449 - 1  // rounded by 8
--------
  1448

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
Tim Niemeyer 2012-09-28 20:43:02 +02:00
parent 79d12ac3f1
commit ee237f2931
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ then
echo " option mode 'tap'" >> /etc/config/fastd
echo " option bind '0.0.0.0:10000'" >> /etc/config/fastd
echo " option interface '${project}VPN'" >> /etc/config/fastd
echo " option mtu 1426" >> /etc/config/fastd
echo " option mtu 1448" >> /etc/config/fastd
echo " option secret '$secret'" >> /etc/config/fastd
echo " option up '/etc/fastd/ffol/up.sh \$1'" >> /etc/config/fastd
fi