From 18f6c1219a8611ceca75372f2e88454bf60eaf16 Mon Sep 17 00:00:00 2001 From: "Roy.Li" Date: Wed, 29 Oct 2014 14:01:07 +0800 Subject: iproute2: backport a patch to make adding vxlan link success If without this patch: $ ip link add vxlan0 type vxlan id 51 group 238.1.1.1 dev eth0 Error: argument "vxlan0" is wrong: Unknown device $ With this patch; $ ip link add vxlan0 type vxlan id 51 group 238.1.1.1 dev eth0 $ ifconfig -a |grep vxlan0 vxlan0 Link encap:Ethernet HWaddr da:61:56:2e:c2:20 $ (From OE-Core rev: 4f2873c8567738310f7e86c633c6da759554b21a) Signed-off-by: Roy.Li Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-connectivity/iproute2/iproute2_3.16.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-connectivity/iproute2/iproute2_3.16.0.bb') diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.16.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.16.0.bb index b1a68f2419..39fe9c83b8 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_3.16.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_3.16.0.bb @@ -3,6 +3,7 @@ require iproute2.inc SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ file://configure-cross.patch \ file://0001-iproute2-de-bash-scripts.patch \ + file://0001-ip-link-Remove-unnecessary-device-checking.patch \ " SRC_URI[md5sum] = "6c823b40fdcfa7b8120743349a52ac18" SRC_URI[sha256sum] = "1f0a8a6c0e872166f75433f5cbf9766f3002b5c2f13501b3bb8c51846a127b79" -- cgit v1.2.3-54-g00ecf