commit | bfc2560563586372212b0a8aeca7428975fa91fe | [log] [tgz] |
---|---|---|
author | Maximilian Heyne <mheyne@amazon.de> | Thu Mar 04 14:43:17 2021 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 04 14:27:47 2021 -0800 |
tree | 95d334d1435e0dc712c1cb4a5f56874b3435da21 | |
parent | 6c59cff38e66584ae3ac6c2f0cbd8d039c710ba7 [diff] |
net: sched: avoid duplicates in classes dump This is a follow up of commit ea3274695353 ("net: sched: avoid duplicates in qdisc dump") which has fixed the issue only for the qdisc dump. The duplicate printing also occurs when dumping the classes via tc class show dev eth0 Fixes: 59cc1f61f09c ("net: sched: convert qdisc linked list to hashtable") Signed-off-by: Maximilian Heyne <mheyne@amazon.de> Signed-off-by: David S. Miller <davem@davemloft.net>