]> 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>
Tue, 4 Nov 2014 10:20:34 +0000 (10:20 +0000)
commit4f2873c8567738310f7e86c633c6da759554b21a
tree64cd4326f5a43526a9ff18e14081ab4dc48e6481
parent8c6158d7bcca2ecf3e150d1e8eaaaa4ece58e1e2
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
    $

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.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