Merge pull request #368 from etmatrix/master
ddns-script: With DSL connection ifconfig hasn't broadcast address but P-t-P
This commit is contained in:
commit
aa8878dc15
1 changed files with 1 additions and 1 deletions
|
@ -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: ...
|
||||
|
|
Loading…
Reference in a new issue