nftableslib
nftableslib copied to clipboard
Related issue: https://github.com/sbezverk/nftableslib/issues/89
I tried running the example in the README, and it doesn't even compile as the API has changed since it was written. The following changes are required: 1. When calling...
Hi, thank you for useful library! When I create L3Rule using the `List` field of the `IPAddrSpec` I get error in case of sequential addresses like 1.2.3.32 and 1.2.3.33. I...
Hi: When restart the service,nft.tables&nft.chains will be lost. Can you provide an method to Initialize tables &chains even the rules.
https://github.com/sbezverk/nftableslib/blob/b08b2d804e1f83656e43fb996acb4649511f1fbd/nfrules.go#L374 Looking to do something similar, but concerned that using currently undefined types will later be claimed by libnftnl for other purposes (https://git.netfilter.org/libnftnl/tree/include/libnftnl/udata.h) It would be nice if libnftnl would...
Hello, First of all, thanks for you amazing work. I can see that 2 methods are defined, but neither exported, or used: ```go func inputIntfByName(intf string) []expr.Any func outputIntfByName(intf string)...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20221004154528-8021a29435af to 0.7.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
nfrule_l4.go func processPortList set.Anonymous change to true,for easy and clean deletion nfrules.go type nfRules add func Exist nfrules.go nfRules.Sync add rule.id nfrules_marshal.go func marshalExpression change default return json.Marshal