bug
This commit is contained in:
parent
753cb6c489
commit
62a79e8c35
|
@ -514,8 +514,8 @@ BEGIN {
|
|||
ips[i] = ip
|
||||
suffixes[i] = suffix
|
||||
gateways[i] = gateway
|
||||
have_ip_ups[i] = 0
|
||||
have_ip_downs[i] = 0
|
||||
have_ip_ups[i] = i == 1
|
||||
have_ip_downs[i] = i == 1
|
||||
}
|
||||
}
|
||||
'
|
||||
|
@ -543,8 +543,8 @@ BEGIN {
|
|||
ips[i] = ip
|
||||
suffixes[i] = suffix
|
||||
gateways[i] = gateway
|
||||
have_ip_ups[i] = 0
|
||||
have_ip_downs[i] = 0
|
||||
have_ip_ups[i] = i == 1
|
||||
have_ip_downs[i] = i == 1
|
||||
}
|
||||
}
|
||||
'
|
||||
|
|
Loading…
Reference in New Issue