protocols: add client side protocol handler implementations
authorJo-Philipp Wich <jo@mein.io>
Tue, 20 Aug 2019 13:31:35 +0000 (15:31 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 10 Sep 2019 13:28:16 +0000 (15:28 +0200)
commit6a2a53a82918ea2ccbbbe23510aa0279827b2783
tree7f065f96cc0f255ced7256c1d9092f0e1433fda0
parent0674fc20414e575c346ceb2066ff3af7e8601a48
protocols: add client side protocol handler implementations

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
27 files changed:
modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js [new file with mode: 0644]
modules/luci-base/htdocs/luci-static/resources/protocol/none.js [new file with mode: 0644]
modules/luci-base/htdocs/luci-static/resources/protocol/static.js [new file with mode: 0644]
protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js [new file with mode: 0644]
protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js [new file with mode: 0644]
protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js [new file with mode: 0644]
protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js [new file with mode: 0644]
protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js [new file with mode: 0644]
protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js [new file with mode: 0644]
protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js [new file with mode: 0644]
protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js [new file with mode: 0644]
protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js [new file with mode: 0644]
protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js [new file with mode: 0644]
protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js [new file with mode: 0644]
protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js [new file with mode: 0644]
protocols/luci-proto-openconnect/root/usr/libexec/rpcd/luci.openconnect [new file with mode: 0755]
protocols/luci-proto-openconnect/root/usr/share/rpcd/acl.d/luci-openconnect.json [new file with mode: 0644]
protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js [new file with mode: 0644]
protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js [new file with mode: 0644]
protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js [new file with mode: 0644]
protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js [new file with mode: 0644]
protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js [new file with mode: 0644]
protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js [new file with mode: 0644]
protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js [new file with mode: 0644]
protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js [new file with mode: 0644]
protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js [new file with mode: 0644]
protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js [new file with mode: 0644]