mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-23 00:44:25 +01:00
cert-v2 chores (#1466)
This commit is contained in:
@@ -293,7 +293,6 @@ func (t *tun) addIPs(link netlink.Link) error {
|
||||
|
||||
//add all new addresses
|
||||
for i := range newAddrs {
|
||||
//TODO: CERT-V2 do we want to stack errors and try as many ops as possible?
|
||||
//AddrReplace still adds new IPs, but if their properties change it will change them as well
|
||||
if err := netlink.AddrReplace(link, newAddrs[i]); err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user