1. 21 Dec, 2007 2 commits
    • Vitaliy Gusev's avatar
      Fix lost export-dynamic · d84914a0
      Vitaliy Gusev authored
      get_link_kind() fails for statically linked modules (vlan, veth, etc.) if "ip"
      was linked without "export-dynamic".
      Signed-off-by: default avatarVitaliy Gusev <vgusev@openvz.org>
      
      --
      Thank,
      Vitaliy Gusev
      Signed-off-by: default avatarStephen Hemminger <shemminger@linux-foundation.org>
      d84914a0
    • YOSHIFUJI Hideaki / 吉藤英明's avatar
      rto_min value display overflow · 7c73e1bd
      YOSHIFUJI Hideaki / 吉藤英明 authored
      Reported by: Satoru SATOH <satoru.satoh@gmail.com>
      "ip route show" does not print correct value when larger rto_min is
      set (e.g. 3sec).
      
      This problem is because of overflow in print_route() and
      the patch below is a workaround fix for that.
      
      [root test]# ./iproute2.git.org/ip/ip route show dev eth1
      192.168.140.0/24  proto kernel  scope link  src 192.168.140.130
      169.254.0.0/16  scope link
      [root test]# ./iproute2.git.org/ip/ip route change 192.168.140.0/24
      dev eth1 rto_min 3s
      [root test]# ./iproute2.git.org/ip/ip route show dev eth1
      192.168.140.0/24  scope link  rto_min lock 2ms     <-- wrong
      169.254.0.0/16  scope link
      [root test]# ./iproute2.git/ip/ip route show dev eth1  # patched version
      192.168.140.0/24  scope link  rto_min lock 3000ms  <-- correct
      169.254.0.0/16  scope link
      
      This is a simpler fix.
      Signed-off-by: default avatarYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
      Signed-off-by: default avatarStephen Hemminger <shemminger@linux-foundation.org>
      7c73e1bd
  2. 11 Dec, 2007 6 commits
  3. 10 Dec, 2007 1 commit
  4. 29 Nov, 2007 1 commit
  5. 26 Oct, 2007 1 commit
    • Patrick McHardy's avatar
      iproute 2.6.23 incompatibility · 66e529f5
      Patrick McHardy authored
      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: default avatarPatrick McHardy <kaber@trash.net>
      Signed-off-by: default avatarStephen Hemminger <shemminger@linux-foundation.org>
      66e529f5
  6. 17 Oct, 2007 5 commits
  7. 16 Oct, 2007 2 commits
  8. 12 Oct, 2007 14 commits
  9. 11 Oct, 2007 5 commits
  10. 05 Sep, 2007 3 commits