iproute2/ip
Patrick McHardy 66e529f579 iproute 2.6.23 incompatibility
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>
2007-10-25 19:09:08 -07:00
..
.gitignore Another .gitignore file. 2006-08-08 12:11:23 -07:00
ifcfg Remove trailing whitespace 2006-12-05 10:10:22 -08:00
ip6tunnel.c IPROUTE2: Support IPv4/IPv6 Tunnel 2007-10-12 13:12:37 -07:00
ip_common.h iplink: use netlink for link configuration 2007-08-22 10:49:01 -07:00
ip.c Revert "Make ip utility veth driver aware" 2007-09-05 11:51:10 +01:00
ipaddress.c Fix various typos and nitpicks 2007-10-17 09:56:11 -07:00
iplink_vlan.c vlan support 2007-09-05 12:03:46 +01:00
iplink.c iproute 2.6.23 incompatibility 2007-10-25 19:09:08 -07:00
ipmaddr.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
ipmonitor.c update rest to use nl_mgrp 2007-03-13 14:39:05 -07:00
ipmroute.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
ipneigh.c iproute2: Support IFF_LOWER_UP and IFF_DORMANT 2007-06-19 16:40:40 -07:00
ipntable.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
ipprefix.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
iproute.c Add parameters to usage help text. 2007-10-17 09:58:11 -07:00
iprule.c Add parameters to usage help text. 2007-10-17 09:58:11 -07:00
iptunnel.c Fix typo in tunnel code (o_key vs. i_key). 2007-10-17 10:04:53 -07:00
ipxfrm.c ip: xfrm: Fix flush message. 2007-09-05 12:56:51 +01:00
link_veth.c don't make veth a shared library 2007-10-11 13:01:42 -07:00
Makefile don't make veth a shared library 2007-10-11 13:01:42 -07:00
routef ip/routef lifesaver 2007-07-10 18:29:20 -07:00
routel (Logical change 1.3) 2004-04-15 20:56:59 +00:00
rtm_map.c (Logical change 1.3) 2004-04-15 20:56:59 +00:00
rtmon.c iproute2: Support IFF_LOWER_UP and IFF_DORMANT 2007-06-19 16:40:40 -07:00
rtpr (Logical change 1.3) 2004-04-15 20:56:59 +00:00
tunnel.c IPROUTE2: Support IPv4/IPv6 Tunnel 2007-10-12 13:12:37 -07:00
tunnel.h Remove trailing whitespace 2006-12-05 10:10:22 -08:00
veth.h Module for ip utility to support veth device (v.2.1) 2007-09-05 12:04:16 +01:00
xfrm_monitor.c ip: xfrm: Fix flush message. 2007-09-05 12:56:51 +01:00
xfrm_policy.c ip: xfrm: Fix policy and state flags. 2007-09-05 12:56:32 +01:00
xfrm_state.c ip: xfrm: Fix flush message. 2007-09-05 12:56:51 +01:00
xfrm.h ip: xfrm: Fix flush message. 2007-09-05 12:56:51 +01:00