Package: golang-github-google-nftables / 0.1.0-4~deb12u1

Metadata

Package Version Patches format
golang-github-google-nftables 0.1.0-4~deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 alignedbuff fix alignment test issue on 32 bit archs.patch | (download)

alignedbuff/alignedbuff.go | 14 13 + 1 - 0 !
alignedbuff/alignedbuff_test.go | 20 18 + 2 - 0 !
2 files changed, 31 insertions(+), 3 deletions(-)

 [patch] alignedbuff: fix alignment test issue on 32-bit machines -
 fixes issue #209 where two unit tests for alignedbuff were incorrectly
 calculating the expected marshalled data length on 32bit machines (whereas
 actual padding/alignment itself was done correctly). - adds documentation
 reference to kernel's xtables.h UAPI regarding alignment.


0002 Implement set KeyByteOrder 226.patch | (download)

set.go | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 [patch] implement set keybyteorder (#226)

Fixes https://github.com/google/nftables/issues/225
Introduced KeyByteOrder in sets which fills UDATA with endianess information