[lxc-devel] [lxd/master] lxd/device/nic/bridged: Updates github.com/mdlayher/netx/eui64

tomponline on Github lxc-bot at linuxcontainers.org
Wed May 13 09:13:51 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 376 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200513/6671fe27/attachment.bin>
-------------- next part --------------
From e16274d989ccf143db92044d7702ca2b7ee23252 Mon Sep 17 00:00:00 2001
From: Thomas Parrott <thomas.parrott at canonical.com>
Date: Wed, 13 May 2020 10:12:54 +0100
Subject: [PATCH] lxd/device/nic/bridged: Updates
 github.com/mdlayher/netx/eui64

Fixes #7357

Signed-off-by: Thomas Parrott <thomas.parrott at canonical.com>
---
 lxd/device/nic_bridged.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxd/device/nic_bridged.go b/lxd/device/nic_bridged.go
index b2d50e948d..870155717e 100644
--- a/lxd/device/nic_bridged.go
+++ b/lxd/device/nic_bridged.go
@@ -15,7 +15,7 @@ import (
 
 	"github.com/google/gopacket"
 	"github.com/google/gopacket/layers"
-	"github.com/mdlayher/eui64"
+	"github.com/mdlayher/netx/eui64"
 	"github.com/pkg/errors"
 
 	"github.com/lxc/lxd/lxd/db"


More information about the lxc-devel mailing list