mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-17 15:03:29 +08:00
66e529f579
Arkadiusz Miskiewicz wrote: > People are reporting that >> ip link set multicast on dev eth0 (Invalid argument) >> no longer works when using iproute 2.6.23 on kernel 2.6.21. >> >> On my testing machine it also fails: >> # ./ip link set eth0 multicast on >> RTNETLINK answers: Invalid argument It seems it fails to properly detect that your kernel is missing RTM_NEWLINK support. Apparently the reason is that the kernels I tested with return a different error in this situation. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> |
||
---|---|---|
.. | ||
.gitignore | ||
ifcfg | ||
ip6tunnel.c | ||
ip_common.h | ||
ip.c | ||
ipaddress.c | ||
iplink_vlan.c | ||
iplink.c | ||
ipmaddr.c | ||
ipmonitor.c | ||
ipmroute.c | ||
ipneigh.c | ||
ipntable.c | ||
ipprefix.c | ||
iproute.c | ||
iprule.c | ||
iptunnel.c | ||
ipxfrm.c | ||
link_veth.c | ||
Makefile | ||
routef | ||
routel | ||
rtm_map.c | ||
rtmon.c | ||
rtpr | ||
tunnel.c | ||
tunnel.h | ||
veth.h | ||
xfrm_monitor.c | ||
xfrm_policy.c | ||
xfrm_state.c | ||
xfrm.h |