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

nftables ip6 postrouting and prerouting issue #281

Closed xiv3r closed 2 weeks ago

xiv3r commented 2 weeks ago

nft add chain ip6 filter prerouting { type filter hook prerouting priority 0; } nft add rule ip6 filter prerouting ip6 hl 1 set hl 65

Syntax error, Unexpected string

stapelberg commented 2 weeks ago

You’re in the wrong place:

This is not the correct repository for issues with the Linux nftables project! This repository contains a third-party Go package to programmatically interact with nftables. Find the official nftables website at https://wiki.nftables.org/