commit aa8878dc15338fbd69e02bb1ea854720c737acb7
parent 34a0b4256980595cc7c9918d8a0f4a6ef74d8596
Author: sbyx <steven@midlink.org>
Date: Mon, 29 Sep 2014 08:10:53 +0200
Merge pull request #368 from etmatrix/master
ddns-script: With DSL connection ifconfig hasn't broadcast address but P-t-P
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_functions.sh b/net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_functions.sh
@@ -589,7 +589,7 @@ get_local_ip () {
interface )
if [ $use_ipv6 -eq 0 ]; then
__IP=$(ifconfig $ip_interface | awk '
- /Bcast.*Mask/ { # Filter IPv4
+ /inet addr:/ { # Filter IPv4
# inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
$1=""; # remove inet
$3=""; # remove Bcast: ...