summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js
AgeCommit message (Collapse)Author
2024-11-30luci-proto-3g/ppp/pppossh: fix being unable to set keepalive to 0Preport
Since on openwrt keepalive option defaults to "5 1" when it's not defined: https://github.com/openwrt/openwrt/blob/6720c4ccba256186bf2f1b1edadb851c447e62a5/package/network/services/ppp/files/ppp.sh#L128 Users must be able to set it to 0 to ignore connection failures. Signed-off-by: Erdem Gez <perport@perport.net> Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-09-06luci-proto-3g/ppp/pppossh: fix default keepalive valuesRany Hany
Signed-off-by: Rany Hany <rany_hany@riseup.net>
2024-05-13Revert "luci-proto-ppp: pppoe.so has no MTU option; remove it"Jo-Philipp Wich
This reverts commit 995d3a1801cf3b850e8c7c35937fbdd0526ff53e. The `mtu` option controls the pppd mru and mtu arguments, it is not specific to pppoe.so. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2024-04-16luci-proto-ppp: pppoe.so has no MTU option; remove itPaul Donald
Retain comment so nobody is tempted to resurrect it. Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2021-06-07treewide: consolidate {IPv4,IPv6,MAC} {address,gateway} spellingsJo-Philipp Wich
- Turn IPv4-Address into IPv4 address - Turn IPv4-Gateway into IPv4 gateway - Turn IPv6-Address into IPv6 address - Turn IPv6-Gateway into IPv6 gateway - Turn MAC-Address into MAC address Also remove related duplicate translation entries. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-03-29protocols: fix interface.ipv6 vs. device.ipv6 option conflictJo-Philipp Wich
Ref: https://forum.openwrt.org/t/pppoe-disable-ipv6/92548 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-03-15treewide: remove rendundant proto handler optionsJo-Philipp Wich
The introduction of network device configuration support also implemented all common, protocol-independent interface options directly in the interface config view, so drop the redundant option definitions. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-09-10protocols: add client side protocol handler implementationsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>