Merge pull request #1866 from sanimej/debug
Remove the error message on mac delete failure..
This commit is contained in:
commit
fd4c132569
1 changed files with 1 additions and 3 deletions
|
@ -91,9 +91,7 @@ func (n *networkNamespace) DeleteNeighbor(dstIP net.IP, dstMac net.HardwareAddr,
|
||||||
if nh.linkDst != "" {
|
if nh.linkDst != "" {
|
||||||
nlnh.LinkIndex = iface.Attrs().Index
|
nlnh.LinkIndex = iface.Attrs().Index
|
||||||
}
|
}
|
||||||
if err := nlh.NeighDel(nlnh); err != nil {
|
nlh.NeighDel(nlnh)
|
||||||
logrus.Warnf("Deleting bridge mac mac %s failed, %v", dstMac, err)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue