mirror of
https://github.com/rancher/os.git
synced 2025-09-04 08:14:21 +00:00
Add CNI networking to system-docker
This commit is contained in:
9
vendor/github.com/coreos/go-iptables/README.md
generated
vendored
Normal file
9
vendor/github.com/coreos/go-iptables/README.md
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# go-iptables
|
||||
|
||||
[](https://travis-ci.org/coreos/go-iptables)
|
||||
|
||||
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 invokation of iptables utility with functions to append and delete rules; create, clear and delete chains.
|
Reference in New Issue
Block a user