Remove netem qdisc iproute2
Drop the root qdisc to restore normal traffic after netem testing
tc qdisc del dev <name> root
more iproute2
all 12 commands →
Watch route/link events
ip monitor all
Bridge FDB and ports
bridge fdb show br <name>; bridge link show
Per-socket TCP internals
ss -tip state established '( dport = :443 )'
Kill sockets by filter
ss -K dst <ip> dport = :8080
Add secondary IP
ip addr add 10.0.0.5/24 dev <name> && ip addr show dev <name>