#!/bin/sh for iface in $(tc qdisc show | grep hfsc | awk '{print $5}'); do tc qdisc del dev "$iface" root done iptables -t mangle -F iptables -t mangle -X
aboutsummaryrefslogtreecommitdiffstats
path: root/examples/simple/send_reply_from_proxy.py
blob: 5011fd2e57dd3ab6b48e8e06d2d427243b8bc5dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17