packages/net/ddns-scripts/files/usr/lib/ddns
Florian Eckert 036079b308 ddns-scripts: get l3 device for bind network using curl
If pppoe is used for wan access. script set 'eth1' as interface for curl
call. The correct interface is however 'pppoe-wan'.

The script uses 'network_get_physdev' function to get real device for
bind_network but this is wrong. We need instead the l3_device of the the
logical interface.

In case if we don't use pppoe connection - 'l3_device' is equal to real device.

This was reported by the github user `welderpb` with P/R:
 https://github.com/openwrt/packages/pull/14431

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-06-22 10:13:09 +02:00
..
dynamic_dns_functions.sh ddns-scripts: get l3 device for bind network using curl 2021-06-22 10:13:09 +02:00
dynamic_dns_lucihelper.sh ddns-scripts: update dynamic_dns_*.sh installation 2020-09-21 10:17:01 +02:00
dynamic_dns_updater.sh ddns-scripts: Fix for wildcard subdomain 2021-05-18 23:24:53 -07:00
update_cloudflare_com_v4.sh ddns-scripts: update cloudflare.com-v4 to json 2020-09-21 10:17:01 +02:00
update_cnkuai_cn.sh ddns-scripts: update cnkuai.cn to json 2020-09-21 10:17:01 +02:00
update_digitalocean_com_v2.sh ddns-scripts: update digitalocean.com-v2 to json 2020-09-21 10:17:01 +02:00
update_freedns_42_pl.sh ddns-scripts: update freedns.42.pl to json 2020-09-21 10:17:01 +02:00
update_gandi_net.sh ddns-scripts: add gandi.net provider 2020-11-28 11:07:14 +01:00
update_godaddy_com_v1.sh ddns-scripts: update godaddy.com-v1 to json 2020-09-21 10:17:01 +02:00
update_no-ip_com.sh ddns-scripts: add ipv6 capability for no-ip.com 2020-10-05 16:02:26 +02:00
update_nsupdate.sh ddns-scripts: update bind-nsupdate to json 2020-09-21 10:17:01 +02:00
update_route53_v1.sh ddns-scripts: update route53-v1 to json 2020-09-21 10:17:01 +02:00