luci-app-openvpn: add route_nopull (#560)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
c123fa86b0
commit
9c9118566c
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ local knownParams = {
|
|||
{ Value, "route_gateway", "10.234.1.1", translate("Specify a default gateway for routes") },
|
||||
{ Value, "route_delay", 0, translate("Delay n seconds after connection") },
|
||||
{ Flag, "route_noexec", 0, translate("Don't add routes automatically") },
|
||||
{ Flag, "route_nopull", 0, translate("Don't pull routes automatically") },
|
||||
|
||||
{ ListValue, "mtu_disc", { "yes", "maybe", "no" }, translate("Enable Path MTU discovery") },
|
||||
{ Flag, "mtu_test", 0, translate("Empirically measure MTU") },
|
||||
|
|
Loading…
Reference in a new issue