external-protocol: rename and update cni-protocol
authorOskari Rauta <oskari.rauta@gmail.com>
Sun, 19 Nov 2023 03:19:23 +0000 (05:19 +0200)
committerTianling Shen <cnsztl@gmail.com>
Tue, 28 Nov 2023 12:00:57 +0000 (20:00 +0800)
commita0d7e404949170ee6f6307b64c8b14a6488f14d4
tree7d2e3418e61baa397aa5e6d4e31f2d1277ad4660
parentc8d171cf3035a4dad19fd2669ca4b07f00849d76
external-protocol: rename and update cni-protocol

cni-protocol can be used for both cni and netavark
and also for many other things, such as vpn's that
lack customized protocol supports for openwrt as a
general externally managed protocol, so it was due
to rename it.

I also added one extra option, search domain, which
is optional and updated scripts retrieving ip address
and routing information.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
net/cni-protocol/Makefile [deleted file]
net/cni-protocol/files/cni.sh [deleted file]
net/external-protocol/Makefile [new file with mode: 0644]
net/external-protocol/files/external.sh [new file with mode: 0755]