Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 tc 在指定的以太网端口上丢弃传出数据包。有没有办法应用类似的数据包丢失但不在传输方向上?我想丢弃从选定以太网端口进入我系统的 n% 的数据包。
就像是
tc qdisc add dev eth0 root netem loss 10%