6in4: add rfc1918 check function
authorSean Kenny <skenny@wfap.ca>
Thu, 15 Aug 2019 05:06:18 +0000 (23:06 -0600)
committerJo-Philipp Wich <jo@mein.io>
Fri, 18 Oct 2019 17:23:07 +0000 (19:23 +0200)
commit9105057cc0da6172a77490733769a0e5f3c7b2d2
treecc89c32f88e535a4a956c98f49c8a8a6db59b891
parentd3b0459c93ffff9149b64cf9e2a32e9582d38f0e
6in4: add rfc1918 check function

This is a precursor to adding proper support for multiple
6in4 tunnels with the already programmed tunlink parameter.
This is an essential sanity check so as to not break existing
and working behind NAT setups.

Signed-off-by: Sean Kenny <skenny@wfap.ca>
6in4: add myip he.net api parameter logic

This is to add proper support for multiple 6in4 tunnels
with the already programmed tunlink parameter.
As it stands before this commit, if there is a multi wan setup that
consists of dynamic ips, there is no way to use the
dynamic update feature as the he.net api is implicitly using
the ip address of the caller. This will explicitly use the
ipaddr specified in the interface config OR the ip of the
tunlink interface specified in the dynamic update api call instead
ONLY if the final resolved ipaddr variable is not an rfc1918 address.

Signed-off-by: Sean Kenny <skenny@wfap.ca>
package/network/ipv6/6in4/files/6in4.sh