]> code.ossystems Code Review - openembedded-core.git/commit
iproute2: backport a patch to make adding vxlan link success
authorRoy.Li <rongqing.li@windriver.com>
Wed, 29 Oct 2014 06:01:07 +0000 (14:01 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Dec 2014 10:17:11 +0000 (10:17 +0000)
commit2d90e1e01d4a732a52d50c654022a4dbd508e084
tree448af03f081ecafd4e2cf1ef2ac482b09b76a812
parent94099c4b198aca6bb3c759a11ce8c62e6130a96d
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 <rongqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-connectivity/iproute2/iproute2/0001-ip-link-Remove-unnecessary-device-checking.patch [new file with mode: 0644]
meta/recipes-connectivity/iproute2/iproute2_3.16.0.bb