X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=protocols%2Fluci-proto-vpnc%2Fluasrc%2Fmodel%2Fcbi%2Fadmin_network%2Fproto_vpnc.lua;h=cb1dbcf5ea77350383ab5a63e5a9991cd6a9a29a;hp=e450470eb3d1aa593112fc3941da1a519a26a670;hb=3a6c2872c69019588caac4c060f56c524fac7443;hpb=967bb1f36f9f30d19e13aecf3a550eea5fd73c6b diff --git a/protocols/luci-proto-vpnc/luasrc/model/cbi/admin_network/proto_vpnc.lua b/protocols/luci-proto-vpnc/luasrc/model/cbi/admin_network/proto_vpnc.lua index e450470eb..cb1dbcf5e 100644 --- a/protocols/luci-proto-vpnc/luasrc/model/cbi/admin_network/proto_vpnc.lua +++ b/protocols/luci-proto-vpnc/luasrc/model/cbi/admin_network/proto_vpnc.lua @@ -26,7 +26,7 @@ port.datatype = "port" ifname = section:taboption("general", Value, "interface", translate("Output Interface")) ifname.template = "cbi/network_netlist" -mtu = section.taboption("general", Value, "mtu", translate("MTU")) +mtu = section:taboption("general", Value, "mtu", translate("MTU")) mtu.datatype = "uinteger" section:taboption("general", Value, "authgroup", translate("AuthGroup")) @@ -56,11 +56,11 @@ dh_group:value("dh1") dh_group:value("dh2") dh_group:value("dh5") -natt_mode = section:taboption("general", ListValue, "natt_mode", translate("NAT-T Mode") +natt_mode = section:taboption("general", ListValue, "natt_mode", translate("NAT-T Mode")) natt_mode:value("natt", translate("RFC3947 NAT-T mode")) natt_mode:value("none", translate("No NAT-T")) -natt_mode:value("force-natt", translate("Force use of NAT-T") -natt_mode:value("cisco-udp", translate("Cisco UDP encapsulation") +natt_mode:value("force-natt", translate("Force use of NAT-T")) +natt_mode:value("cisco-udp", translate("Cisco UDP encapsulation")) enable_no_enc = section:taboption("general", Flag, "enable_no_enc", translate("Disable Encryption"), @@ -72,11 +72,10 @@ enable_single_des = section:taboption("general", Flag, "enable_single_des", translate("If checked, 1DES is enaled")) enable_no_enc.default = enable_single_des.disabled -dpd_idle = section.taboption("general", Value, "dpd_idle", translate("DPD Idle Timeout")) +dpd_idle = section:taboption("general", Value, "dpd_idle", translate("DPD Idle Timeout")) dpd_idle.datatype = "uinteger" -dpd.placeholder = "600" +dpd_idle.placeholder = "600" ifname = section:taboption("general", Value, "target_network", translate("Target network")) port.placeholder = "0.0.0.0/0" port.datatype = "network" -