package nftables import ( "testing" ) // unknownNFTMagic is an nftMagic value that's unhandled by this // library. We use two of them below. const unknownNFTMagic uint32 = 1<