]> code.ossystems Code Review - meta-freescale.git/commitdiff
lxc: remove hwaddr from vlan config
authorStuart Yoder <stuart.yoder@freescale.com>
Wed, 10 Oct 2012 03:28:28 +0000 (03:28 +0000)
committerMatthew McClintock <msm@freescale.com>
Tue, 4 Dec 2012 19:16:52 +0000 (13:16 -0600)
-to get vlan working with the FSL SDK we need to
 remove the hwaddr.  This was found by trial and
 error.  Upstream discussion is started as to
 when the hwaddr might be needed, but for now remove it

Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
meta-fsl-ppc/recipes-tools/lxc/lxc_0.8.0-rc1.bb
meta-fsl-ppc/recipes-tools/lxc/remove_vlan_hwaddr.patch [new file with mode: 0644]

index e6ed2d6b4019650bb0a7ea925b81eff9f336bc82..c8d90aea06dbee98bacfe3d6e57066e06f157c47 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "console/utils"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 PRIORITY = "optional"
-PR = "r2"
+PR = "r3"
 DEPENDS = "libxml2 libcap"
 RDEPENDS_${PN} = " \
                rsync \
@@ -23,6 +23,7 @@ SRC_URI = "http://lxc.sourceforge.net/download/lxc/${PN}-${PV}.tar.gz \
        file://noldconfig.patch \
        file://libmounts.patch \
        file://busybox_remove_dhcp.patch \
+       file://remove_vlan_hwaddr.patch \
        "
 
 SRC_URI[md5sum] ="06ceecf4dbe1be988fc903ad8dd34d29"
diff --git a/meta-fsl-ppc/recipes-tools/lxc/remove_vlan_hwaddr.patch b/meta-fsl-ppc/recipes-tools/lxc/remove_vlan_hwaddr.patch
new file mode 100644 (file)
index 0000000..d3883bd
--- /dev/null
@@ -0,0 +1,11 @@
+diff --git a/doc/examples/lxc-vlan.conf.in b/doc/examples/lxc-vlan.conf.in
+index 4404439..231d618 100644
+--- a/doc/examples/lxc-vlan.conf.in
++++ b/doc/examples/lxc-vlan.conf.in
+@@ -4,6 +4,5 @@ lxc.network.type = vlan
+ lxc.network.vlan.id = 1234
+ lxc.network.flags = up
+ lxc.network.link = eth0
+-lxc.network.hwaddr = 4a:49:43:49:79:bd
+ lxc.network.ipv4 = 1.2.3.4/24
+ lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3596