Skip to content

Commit

Permalink
Add debug messasge for MAC.
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed Nov 8, 2018
1 parent deb2f2f commit 3b073d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multus/multus.go
Expand Up @@ -181,6 +181,7 @@ func delegateAdd(exec invoke.Exec, ifName string, delegate *types.DelegateNetCon
if os.Setenv("MAC", delegate.MacRequest) != nil {
return nil, logging.Errorf("cannot set %q mac to %q: %v", delegate.Conf.Type, delegate.MacRequest, err)
}
logging.Debugf("Set MAC address %q to %q", delegate.MacRequest, ifName)
}

if delegate.ConfListPlugin != false {
Expand Down

0 comments on commit 3b073d7

Please sign in to comment.