]> git.ipfire.org Git - thirdparty/systemd.git/commit
network/tc: re-enumerate traffic control classes when a qdisc created
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 7 Oct 2023 05:25:50 +0000 (14:25 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 7 Oct 2023 12:35:16 +0000 (21:35 +0900)
commitc9e70be162b10230f91affcf0a92953bf89e3143
tree8bc0395b902e4b96bfeeede76ff418546b546074
parent4147618612bc79fc2ea38914ff75826dd4ae4f09
network/tc: re-enumerate traffic control classes when a qdisc created

Some kind of qdisc implicitly creates a class for the qdisc, but the
created class is not notified by the kernel. So, we need to explicitly
enumerate classes after a qdisc is created.
src/network/tc/qdisc.c