1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# Changelog
## [0.2.0] - 2021-09-13
### New Features
- Add support to link with libnftables using CGO.
In order to use the lib backend, libnftables devel headers needs to be installed on the build machine.
- Support NAT statements: dnat, snat, masquerade, redirect.
- Support anonymous counter statement.
### Bug Fixes
- When calling the `nft` binary, pass the nftables configuration through a temp file instead of a buffer.
This is a workaround to the SELinux policy issue: https://github.com/containers/container-selinux/issues/147
## [0.1.1] - 2021-06-29
### Breaking Changes
- Move the repo to the networkplumbing organization.
Consume go-nft by importing `github.com/networkplumbing/go-nft/nft`
## [0.1.0] - 2021-06-29
### New Features
- Initial release.
|