luci-proto-ppp: expose pppoe host_uniq tag setting
Signed-off-by: Luca Piccirillo <luca.piccirillo@gmail.com>
This commit is contained in:
parent
26d90f0c10
commit
265b0ebbd4
1 changed files with 8 additions and 0 deletions
|
@ -114,6 +114,14 @@ keepalive_interval.placeholder = "5"
|
||||||
keepalive_interval.datatype = "min(1)"
|
keepalive_interval.datatype = "min(1)"
|
||||||
|
|
||||||
|
|
||||||
|
host_uniq = section:taboption("advanced", Value, "host_uniq",
|
||||||
|
translate("Host-Uniq tag content"),
|
||||||
|
translate("Raw hex-encoded bytes. Leave empty unless your ISP require this"))
|
||||||
|
|
||||||
|
host_uniq.placeholder = translate("auto")
|
||||||
|
host_uniq.datatype = "hex"
|
||||||
|
|
||||||
|
|
||||||
demand = section:taboption("advanced", Value, "demand",
|
demand = section:taboption("advanced", Value, "demand",
|
||||||
translate("Inactivity timeout"),
|
translate("Inactivity timeout"),
|
||||||
translate("Close inactive connection after the given amount of seconds, use 0 to persist connection"))
|
translate("Close inactive connection after the given amount of seconds, use 0 to persist connection"))
|
||||||
|
|
Loading…
Reference in a new issue