coreos / go-iptables

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

Add some convenience functions #77

Closed n0-1 closed 3 years ago

n0-1 commented 4 years ago

Considering how cni-plugins uses this module, implement a few helpers to avoid error message parsing trying to distinguish real issues from (more or less expected) chain/rule not found ones.

squeed commented 3 years ago

Hey, looks great, thanks!