luci-proto-external: migrate from support to cni-protocol to external-protocol
authorOskari Rauta <oskari.rauta@gmail.com>
Thu, 30 Nov 2023 05:35:48 +0000 (07:35 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Thu, 30 Nov 2023 08:02:32 +0000 (10:02 +0200)
commit0dd348c87f590861c252194b1720921d8779b4a1
tree7eb621fc623e6c9bfd77a979c5687a541b658187
parent1a1e63af4512f2db5b441f7cedda1f536395fc10
luci-proto-external: migrate from support to cni-protocol to external-protocol

As previously introduced cni protocol support (for netifd) has evolved more
to a multipurpose protocol useful for cni/netavark/some vpn/etc connections
I have decided to rename it from cni-protocol to external-protocol.

That's why also it's luci companion, luci-proto-cni, should be renamed
to luci-proto-external and migrated to support external-protocol.

This patch also adds support for new option in external-protocol, delay.

This closes promise made in #22702 on openwrt packages repository.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
protocols/luci-proto-cni/Makefile [deleted file]
protocols/luci-proto-cni/htdocs/luci-static/resources/protocol/cni.js [deleted file]
protocols/luci-proto-external/Makefile [new file with mode: 0644]
protocols/luci-proto-external/htdocs/luci-static/resources/protocol/external.js [new file with mode: 0644]