mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-08 19:49:41 +00:00
Fixed log in case of ipv6 only config
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>
This commit is contained in:
@@ -116,7 +116,7 @@ func LookupExtInterface(iface *net.Interface, netMode int) (*backend.ExternalInt
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("failed to find IPv6 address for interface %s", iface.Name)
|
||||
}
|
||||
logrus.Infof("Using dual-stack mode. The ipv6 address %s will be used by flannel", ifacev6Addr[0])
|
||||
logrus.Infof("The interface %s with ipv6 address %s will be used by flannel", iface.Name, ifacev6Addr[0])
|
||||
ifaceAddr = append(ifaceAddr, nil)
|
||||
case (ipv4 + ipv6):
|
||||
ifaceAddr, err = ip.GetInterfaceIP4Addrs(iface)
|
||||
|
||||
Reference in New Issue
Block a user