Casey Callendrello 04669a0474 Merge pull request #126 from coreosbot-releng/repo-templates | 1 hónapja | |
---|---|---|
.github | 1 hónapja | |
iptables | 4 hónapja | |
.gitignore | 5 éve | |
DCO | 6 éve | |
LICENSE | 9 éve | |
NOTICE | 6 éve | |
README.md | 2 éve | |
build | 11 hónapja | |
code-of-conduct.md | 6 éve | |
go.mod | 3 éve | |
test | 1 éve |
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.