1. 28 Dec, 2013 4 commits
    • Jamal Hadi Salim's avatar
      simple print newline · 352f6f97
      Jamal Hadi Salim authored
      attached.
      
      cheers,
      jamal
      commit d7869e6167c3553e93e254940b0647032b40fed8
      Author: Jamal Hadi Salim <jhs@mojatatu.com>
      Date:   Sun Dec 22 07:46:28 2013 -0500
      
          print new line at the end for aesthetics
      Signed-off-by: default avatarJamal Hadi Salim <jhs@mojatatu.com>
      352f6f97
    • Jamal Hadi Salim's avatar
      policer - retire old syntax · 4bfb21ca
      Jamal Hadi Salim authored
      attached.
      
      cheers,
      jamal
      commit b82057d9ec851a8aba8a295b959190ef5098f330
      Author: Jamal Hadi Salim <jhs@mojatatu.com>
      Date:   Sat Dec 21 17:00:11 2013 -0500
      
          After a decade of trying to deprecate the old policer syntax,
          I believe it is time to kill it. The kernel build option for old
          policer is gone for at least 5 years now (although backward
          compatibility is still there). Being backward compatible meant
          hijacking the keyword "action" and was obstructing policies like:
      
          tc filter add dev eth0 parent ffff: protocol ip pref 10 \
          u32 match ip protocol 1 0xff flowid 1:10 \
          action skbedit mark 1 \
          action police rate 10kbit burst 10k pipe \
          action skbedit mark 2 \
          action police rate 20kbit burst 20k pipe \
          action action mirred egress mirror dev dummy0
      Signed-off-by: default avatarJamal Hadi Salim <jhs@mojatatu.com>
      4bfb21ca
    • Jamal Hadi Salim's avatar
      skbedit print missing metadata · 02b1d345
      Jamal Hadi Salim authored
      skbedit should print the index and other generic metadata info
      Signed-off-by: default avatarJamal Hadi Salim <jhs@mojatatu.com>
      02b1d345
    • Jamal Hadi Salim's avatar
      skbedit to default to pipe · 64b7db4d
      Jamal Hadi Salim authored
      Allow skbedit to be used as is in an action chain by default
      without need to specify pipe
      Signed-off-by: default avatarJamal Hadi Salim <jhs@mojatatu.com>
      64b7db4d
  2. 20 Dec, 2013 4 commits
  3. 06 Dec, 2013 1 commit
  4. 03 Dec, 2013 2 commits
  5. 23 Nov, 2013 9 commits
  6. 30 Oct, 2013 7 commits
  7. 27 Oct, 2013 2 commits
  8. 09 Oct, 2013 2 commits
  9. 04 Oct, 2013 1 commit
  10. 01 Oct, 2013 7 commits
  11. 24 Sep, 2013 1 commit