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-15.fc43 | - |
| Fedora 43 | 0.5.0-15.fc43 | - |
| Fedora 42 | 0.5.0-14.fc42 | - |
| Fedora 41 | 0.5.0-12.fc41 | - |
| Fedora EPEL 10.2 | 0.5.0-13.el10_0 | - |
| Fedora EPEL 10.1 | 0.5.0-13.el10_0 | - |
| 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.