Casey Callendrello 04669a0474 Merge pull request #126 from coreosbot-releng/repo-templates | 1 month ago | |
---|---|---|
.github | 1 month ago | |
iptables | 4 months ago | |
.gitignore | 5 years ago | |
DCO | 6 years ago | |
LICENSE | 9 years ago | |
NOTICE | 6 years ago | |
README.md | 2 years ago | |
build | 11 months ago | |
code-of-conduct.md | 6 years ago | |
go.mod | 3 years ago | |
test | 1 year ago |
Go bindings for iptables utility.
In-kernel netfilter does not have a good userspace API. The tables are manipulated via setsockopt that sets/replaces the entire table. Changes to existing table need to be resolved by userspace code which is difficult and error-prone. Netfilter developers heavily advocate using iptables utlity for programmatic manipulation.
go-iptables wraps invocation of iptables utility with functions to append and delete rules; create, clear and delete chains.