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@immortalwrt.org>
Wed, 29 Nov 2023 16:04:12 +0000 (00:04 +0800)
commit03d07dc77d24f629b471ba708a9e3ba97a9020dc
treed5e86fec1f86fe1af788f0ffbafabf1fefed373b
parentdba4aa8e0b8a627bcbb9af27fc61e9d1fe09b96f
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>
(cherry picked from commit a0d7e404949170ee6f6307b64c8b14a6488f14d4)
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]