1. 22 Feb, 2008 2 commits
    • Andreas Henriksson's avatar
      iproute2: fix ip manpage typo (syntax error) · cd796bc7
      Andreas Henriksson authored
      Hello Stephen!
      
      The patches branch of the debian packaging repo, at
      git://git.debian.org/git/collab-maint/pkg-iproute, now has four patches still
      pending. (Not resending, since they've all been posted multiple times before.
      Pick them up from the repo if you're interested.)
      
      Here's the latest addition:
      
      commit 3c904bb5933257533f4afecf805ca5a548a8e885
      Author: Andreas Henriksson <andreas@fatal.se>
      Date:   Fri Feb 22 13:57:10 2008 +0100
      
          Fix typo (syntax error) in ip(8) manpage.
      
          Caught by lintian (debian package checker).
      cd796bc7
    • Stephen Hemminger's avatar
      missing dport in f_u32 output · cfa440b0
      Stephen Hemminger authored
      Small typo from last change to decode filters. Should print dport
      not port.
      cfa440b0
  2. 18 Feb, 2008 4 commits
  3. 14 Feb, 2008 1 commit
  4. 13 Feb, 2008 3 commits
  5. 08 Feb, 2008 4 commits
  6. 05 Feb, 2008 4 commits
  7. 01 Feb, 2008 5 commits
  8. 26 Jan, 2008 2 commits
  9. 25 Jan, 2008 2 commits
  10. 24 Jan, 2008 2 commits
  11. 21 Jan, 2008 1 commit
  12. 08 Jan, 2008 1 commit
  13. 03 Jan, 2008 5 commits
  14. 02 Jan, 2008 1 commit
    • Stephen Hemminger's avatar
      Revert "TC action parsing bug fix" · d21dd573
      Stephen Hemminger authored
      [...]
      > Commands like "tc filter add dev ppp0 parent ffff: protocol ip prio 50
      > u32 match ip src 0.0.0.0/0 police rate 4mbit burst 10k drop flowid :1"
      > apparently no longer works. The flowid is not accepted anymore.
      > Reverting commit 720a2e8d... which you authored seems to "fix" this.
      [...]
      
      After further investigation it seems clear to me that reverting the
      commit 720a2e8d... is the correct thing to do, since the real
      fix for the problem this commit was supposed to fix was instead fixed in
      commit c29391c7...
      
      Whatever you specify after a u32 police you will now get a syntax error,
      and according to "tc filter add u32 help" there are several things that
      you are supposed to be able to specify after a police.
      
      This reverts commit 720a2e8d.
      d21dd573
  15. 31 Dec, 2007 3 commits