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

Add support for egress hooks with device attributes #255

Closed zonque closed 7 months ago

zonque commented 7 months ago

This adds support for netdev tables with egress hooks with device attributes.

stapelberg commented 7 months ago

Thanks!