mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Add support for mtu-disc to openvpn.
OpenVPN now have support for an automaticaly mtu path discovery. This feature can be enabled on roadwarrior or net-to-net connections. It can be fully configured by using the webinterface.
This commit is contained in:
@@ -1378,6 +1378,13 @@
|
||||
'ovpn errmsg green already pushed' => 'Route for green network is always set',
|
||||
'ovpn errmsg invalid ip or mask' => 'Invalid network-address or subnetmask',
|
||||
'ovpn log' => 'OVPN-Log',
|
||||
'ovpn mtu-disc' => 'Path MTU Discovery',
|
||||
'ovpn mtu-disc maybe' => 'Optionally',
|
||||
'ovpn mtu-disc no' => 'Never',
|
||||
'ovpn mtu-disc off' => 'Disabled',
|
||||
'ovpn mtu-disc yes' => 'Forced',
|
||||
'ovpn mtu-disc and mtu not 1500' => 'Path MTU Discovery requires a MTU of 1500.',
|
||||
'ovpn mtu-disc with mssfix or fragment' => 'Path MTU Discovery cannot be used with mssfix or fragment.',
|
||||
'ovpn on blue' => 'OpenVPN on BLUE',
|
||||
'ovpn on orange' => 'OpenVPN on ORANGE',
|
||||
'ovpn on red' => 'OpenVPN on RED',
|
||||
|
||||
Reference in New Issue
Block a user