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