Vendor nftables library, add utils.SupportsIPTables and utils.SupportsNFTables

Signed-off-by: Dan Winship <danwinship@redhat.com>
This commit is contained in:
Dan Winship
2023-07-31 09:37:51 -04:00
committed by Casey Callendrello
parent a6d6efa5ca
commit 729dd23c40
22 changed files with 3390 additions and 0 deletions

1
go.mod
View File

@ -21,6 +21,7 @@ require (
github.com/safchain/ethtool v0.4.1
github.com/vishvananda/netlink v1.3.0
golang.org/x/sys v0.23.0
sigs.k8s.io/knftables v0.0.17
)
require (