Casey Callendrello 04669a0474 Merge pull request #126 from coreosbot-releng/repo-templates | преди 1 месец | |
---|---|---|
.github | преди 1 месец | |
iptables | преди 4 месеца | |
.gitignore | преди 5 години | |
DCO | преди 6 години | |
LICENSE | преди 9 години | |
NOTICE | преди 6 години | |
README.md | преди 2 години | |
build | преди 11 месеца | |
code-of-conduct.md | преди 6 години | |
go.mod | преди 3 години | |
test | преди 1 година |
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.