mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-06 22:19:47 +00:00
tc: gred: remove unclear comment
The comment about providing a proper message seems similar to the comment in the kernel which says: /* hack -- fix at some point with proper message This is how we indicate to tc that there is no VQ at this DP */ it's unclear what that message would be, and whether it's needed. Remove the confusing comment. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: David Ahern <dsahern@gmail.com>
This commit is contained in:
parent
6ae54b1326
commit
c8f201e3d2
@ -302,8 +302,6 @@ static int gred_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* Bad hack! should really return a proper message as shown above*/
|
||||
|
||||
fprintf(f, "vqs %u default %u %s",
|
||||
sopt->DPs,
|
||||
sopt->def_DP,
|
||||
|
Loading…
Reference in New Issue
Block a user