google / nftables

This repository contains a Go module to interact with Linux nftables (the iptables successor).
Apache License 2.0
1.11k stars 136 forks source link

Replace TODO const by golang.org/x/sys/unix #256

Closed LionelJouin closed 7 months ago

LionelJouin commented 7 months ago

Replace some hardcoded consts by the ones provided in golang.org/x/sys/unix

stapelberg commented 7 months ago

Thanks for the cleanup!