Re: [OE-core] [PATCH] iproute2: backport a patch to make adding vxlan link success

2014-11-03 Thread Iorga, Cristian
] [PATCH] iproute2: backport a patch to make adding vxlan link success From: Roy.Li rongqing...@windriver.com 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

[OE-core] [PATCH] iproute2: backport a patch to make adding vxlan link success

2014-10-29 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com 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