Files
poky/meta/recipes-connectivity
Roy.Li 18f6c1219a 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>
2014-11-04 10:27:12 +00:00
..
2014-08-28 15:12:42 +01:00
2014-09-29 12:12:44 +01:00
2014-08-31 23:40:48 +01:00
2014-10-10 16:44:32 +01:00
2014-10-24 17:36:16 +01:00
2014-08-28 15:12:42 +01:00
2014-10-18 16:14:04 +02:00
2014-09-16 22:14:05 +01:00
2014-04-24 17:55:15 +01:00
2014-06-03 16:49:20 +01:00
2014-06-01 14:30:40 +01:00