tc: fix typo (#10333)

pull/23/head
Zhizhen He 2023-06-06 00:16:46 +08:00 committed by GitHub
parent d3cbbf6077
commit b8a17d0aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
- Limit bandwidth, burst rate and max latency:
`tc qdisc add dev eth0 root tbf rate {{max_bandwith_mb}}mbit burst {{max_burst_rate_kb}}kbit latency {{max_latency_before_drop_ms}}ms`
`tc qdisc add dev eth0 root tbf rate {{max_bandwidth_mb}}mbit burst {{max_burst_rate_kb}}kbit latency {{max_latency_before_drop_ms}}ms`
- Show active traffic control policies: