Go wrapper around iptables utility
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. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/coreos/go-iptables
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.5.0-4.fc35 | - |
Fedora 35 | 0.5.0-4.fc35 | - |
Fedora 34 | 0.5.0-3.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-coreos-iptables dash maintainers at fedoraproject dot org
.