coreos / go-iptables

Go wrapper around iptables utility
Apache License 2.0
1.11k stars 257 forks source link

adding ClearAll and FlushAll + go.mod file #84

Closed luthermonson closed 3 years ago

luthermonson commented 3 years ago

adding equivalents of iptables -F and iptables -X for full flush/deletes if you're resetting things.

squeed commented 3 years ago

Thanks!