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-12.fc41 | - |
Fedora 41 | 0.5.0-12.fc41 | - |
Fedora 40 | 0.5.0-10.fc40 | - |
Fedora EPEL 10.0 | 0.5.0-13.el10_0 | - |
You can contact the maintainers of this package via email at
golang-github-coreos-iptables dash maintainers at fedoraproject dot org
.