luci-proto-ppp: l2tp: allow specifying port in "server" option 565/head
authorYousong Zhou <yszhou4tech@gmail.com>
Wed, 18 Nov 2015 05:34:24 +0000 (13:34 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Wed, 2 Dec 2015 12:56:11 +0000 (20:56 +0800)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_l2tp.lua

index 523ef1b..5e8b3fc 100644 (file)
@@ -8,7 +8,7 @@ local ipv6, defaultroute, metric, peerdns, dns, mtu
 
 
 server = section:taboption("general", Value, "server", translate("L2TP Server"))
-server.datatype = "host"
+server.datatype = "or(host, hostport)"
 
 
 username = section:taboption("general", Value, "username", translate("PAP/CHAP username"))