commit | 18e3fb84e698dcab1c5fa7b7c89921b826bb5620 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Sat Nov 05 21:14:21 2005 +0100 |
committer | Thomas Graf <tgr@axs.localdomain> | Sat Nov 05 22:02:28 2005 +0100 |
tree | 68b7d3907cc72a83cf7ad6e1f7f27f9c6ffd06be | |
parent | 716a1b40b0ed630570edd4e2bf9053c421e9770b [diff] |
[PKT_SCHED]: GRED: Improve error handling and messages Try to enqueue packets if we cannot associate it with a VQ, this basically means that the default VQ has not been set up yet. We must check if the VQ still exists while requeueing, the VQ might have been changed between dequeue and the requeue of the underlying qdisc. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>