Skip to content

Commit

Permalink
reflactor note (#2053)
Browse files Browse the repository at this point in the history
  • Loading branch information
changluyi committed Nov 18, 2022
1 parent b22e66a commit 34f4261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/daemon/ovs_linux.go
Expand Up @@ -86,7 +86,7 @@ func (csh cniServerHandler) configureNic(podName, podNamespace, provider, netns,
return fmt.Errorf("add nic to ovs failed %v: %q", err, output)
}

// host and container nic must use same mac address, otherwise ovn will reject these packets by default
// lsp and container nic must use same mac address, otherwise ovn will reject these packets by default
macAddr, err := net.ParseMAC(mac)
if err != nil {
return fmt.Errorf("failed to parse mac %s %v", macAddr, err)
Expand Down

0 comments on commit 34f4261

Please sign in to comment.