]> git.proxmox.com Git - mirror_iproute2.git/commit
Fixes for tc help commands
authorHasso Tepper <hasso@estpak.ee>
Sun, 10 Dec 2006 14:33:05 +0000 (16:33 +0200)
committerStephen Hemminger <shemminger@osdl.org>
Thu, 14 Dec 2006 23:01:30 +0000 (15:01 -0800)
commite5d179d81594e12c873d0b9ae19e09dced368e8a
tree94fe7818e12a7e1bd897e882f6306004bb67233a
parent81c61790d5927dc6ca168b2183000a3efc7bc493
Fixes for tc help commands

* "tc [class|qdisc|filter] get" doesn't exist, remove it from inline help.

* Add "replace" to "tc [class|filter] get" inline help.

* Fix "tc [class|qdisc|filter] help" output:

  ~$ tc class help
  [snip]
  Command "help" is unknown, try "tc class help".
  ~$

with my best wishes,

--
Hasso Tepper
Elion Enterprises Ltd. [AS3249]
Data Communication Network Administrator

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
tc/tc_class.c
tc/tc_filter.c
tc/tc_qdisc.c