Casey Callendrello 04669a0474 Merge pull request #126 from coreosbot-releng/repo-templates | 1 tháng trước cách đây | |
---|---|---|
.github | 1 tháng trước cách đây | |
iptables | 4 tháng trước cách đây | |
.gitignore | 5 năm trước cách đây | |
DCO | 6 năm trước cách đây | |
LICENSE | 9 năm trước cách đây | |
NOTICE | 6 năm trước cách đây | |
README.md | 2 năm trước cách đây | |
build | 11 tháng trước cách đây | |
code-of-conduct.md | 6 năm trước cách đây | |
go.mod | 3 năm trước cách đây | |
test | 1 năm trước cách đây |
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.