1. 23 Jun, 2008 1 commit
    • Patrick McHardy's avatar
      tc: don't set protococol field on filter delete · ae761068
      Patrick McHardy authored
      > # tc filter show dev eth1 | grep 4:29:d1
      > filter parent 1: protocol ip pref 5 u32 fh 4:29:d1 order 209 key ht 4
      > bkt 29 flowid 1:b7aa
      >
      > # tc filter del dev eth1 parent 1: pref 5 handle 4:29:d1 u32
      > RTNETLINK answers: Invalid argument
      > We have an error talking to the kernel
      >
      > after rollback to package"sys-apps/iproute2-2.6.24.20080108" all
      > deleted normal...
      
      The current iproute version uses "protocol all" by default
      if its not specified. This is actually only useful for creating
      new filters, on deletion an unset protocol is treated as wildcard.
      ae761068
  2. 20 Jun, 2008 4 commits
  3. 29 May, 2008 1 commit
  4. 22 May, 2008 1 commit
  5. 10 May, 2008 1 commit
  6. 09 May, 2008 4 commits
  7. 08 May, 2008 1 commit
  8. 23 Apr, 2008 3 commits
    • Daniel Silverstone's avatar
      Avoid infinite loop in ip addr flush. · 7b3d366e
      Daniel Silverstone authored
      Fix "ip addr flush" the same way "ip neigh flush" was previously fixed,
      by bailing out if the flush hasn't completed after MAX_ROUNDS (10) tries.
      7b3d366e
    • Andreas Henriksson's avatar
      document promote_secondaries · 3a9e4821
      Andreas Henriksson authored
      Write something about the tweak to enable promoting secondary addresses
      instead of deleting them together with the primary address as discussed
      in this thread on the netdev mailing list:
      http://www.spinics.net/lists/netdev/msg52294.html
      
      The claim that this is supported since 2.6.15 is based on looking at
      changes to net/ipv4/devinet.c in the linux-2.6 git tree:
      
      Commit to add support:
      2005-05-30      Harald Welte
      8f937c6099858eee15fae14009dcbd05177fa91d
      
      Commit to fix bug:
      2005-11-22      Jamal Hadi Salim
      0ff60a45678e67b2547256a636fd00c1667ce4fa
      
      Version 2.6.15 was released 2006-01-03 and seems to include the code from
      both the above commits.
      3a9e4821
    • Andreas Henriksson's avatar
      Fix typos (syntax error) in ip(8) manpage. · 83ad2dd7
      Andreas Henriksson authored
      This one also caught by lintian (debian package checker tool).
      83ad2dd7
  9. 17 Apr, 2008 4 commits
  10. 04 Apr, 2008 1 commit
    • Marcela Maslanova's avatar
      man ip.8 miss xfrm option · ae9b671d
      Marcela Maslanova authored
      I was asked to at least mention the xfrm option in ip manual. I added
      all usage into ip.8 and try to write some basic information about xfrm.
      If someone want complete it, I'll be happy.
      
      Marcela Maslanova
      
      a16304c0cdbdbc8926b112743b4bd49069a50cd7
       man/man8/ip.8 |  474 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
       1 files changed, 474 insertions(+), 0 deletions(-)
      Signed-off-by: default avatarStephen Hemminger <stephen.hemminger@vyatta.com>
      ae9b671d
  11. 03 Apr, 2008 1 commit
  12. 01 Apr, 2008 9 commits
  13. 14 Mar, 2008 1 commit
  14. 08 Mar, 2008 2 commits
  15. 03 Mar, 2008 1 commit
  16. 22 Feb, 2008 3 commits
  17. 18 Feb, 2008 2 commits