Skip to content

Commit

Permalink
Fix bug with IPv6
Browse files Browse the repository at this point in the history
Signed-off-by: wenyingd <wenyingd@vmware.com>
  • Loading branch information
wenyingd committed Aug 11, 2022
1 parent dde19b7 commit b9a34eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/agent/util/ndp/ndp.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func GratuitousNDPOverIface(srcIP net.IP, iface *net.Interface) error {
if err != nil {
return fmt.Errorf("failed to create NDP responder for %q: %s", iface.Name, err)
}
defer conn.Close()

na := &ndp.NeighborAdvertisement{
Override: true,
Expand Down

0 comments on commit b9a34eb

Please sign in to comment.