File: CHANGELOG

package info (click to toggle)
golang-github-networkplumbing-go-nft 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 256 kB
  • sloc: sh: 82; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 780 bytes parent folder | download
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.