Allow IPv6 address entry in tools>ping - Loosens valid character check
[tomato/davidwu.git] / release / src / router / nocat / libexec / iptables / clear.fw
blob8ad145686b30ecad717d2b5aa325d81c76ef4280
1 #!/bin/sh
2 ##
3 # reset.fw: you guessed it.
4 ##
6 # Note: your PATH is inherited from the gateway process
9 iptables -F
10 iptables -t nat -F
11 iptables -t mangle -F
12 iptables -t filter -F