luci-app-openvpn: add missing ncp_disable option
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 26 Nov 2018 13:04:42 +0000 (14:04 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Tue, 27 Nov 2018 09:05:28 +0000 (10:05 +0100)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua

index 9e3475a302a8c11b35306901d1cf08a65ab87e3e..f63d56a3cfb6f0bdf82f2e6984fe2d7a0a51e67b 100644 (file)
@@ -695,6 +695,10 @@ local knownParams = {
                        "key_direction",
                        { 0, 1 },
                        translate("The key direction for 'tls-auth' and 'secret' options") },
+               { Flag,
+                       "ncp_disable",
+                       0,
+                       translate("This completely disables cipher negotiation") },
        } }
 }