Commit 4d84a7cf authored by szh's avatar szh

update

parent cf383700
......@@ -128,6 +128,8 @@ func GetRightIPs() (ipv4s []*net.IPNet, err error) {
return nil, err
}
ips = append(ips, ip)
tlog.Info("GetRightIPs","ip",*ip)
}
tlog.Info("GetRightIPs","ips",ips)
return ips, nil
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment