Paul Greenberg

Results 443 comments of Paul Greenberg

> IMO HS already works as expected: @AlexanderYastrebov , it very well may be 😄 But, in imho, `

The `logger` command send messages in `RFC3164`. Therefore, that format needs to be set. ``` server.SetFormat(syslog.RFC3164) //server.SetFormat(syslog.RFC5424) //server.SetFormat(syslog.RFC6587) ```

Further, it is somehow related to `chainName`. If it is short, e.g. `cnins-3-4026535195-dummy0`, things work and it gets added. However, if it is longer, e.g. `cnins-3-4026535425-dummy0-dummy-9714e150-b953-9224-a988-185420908de0`, then it fails. The...

Version info: ``` nftables v0.8 (Joe Btfsplk) ```

Once a chain gets created, I am running into the issue #109 . These are connected somehow.

> Is CentOS one of the distributions that ships a heavily modified kernel? Might be another thing to check/consider. @stapelberg , yes. Those are RHEL kernels. The number is a...

> Regarding the String() method, just to double-check: it would return a human-readable representation of the rule, and wouldn’t be used programmatically, yes? @stapelberg , Yes. I want to be...

It is just Rule does not have any method ... For example ... ‘IsVerdictDrop’, ‘IsVerdictJump’, ‘IsIPv4’, ‘IsIPv6’, etc.

> For the other methods, I’m tentatively in favor, but let’s discuss those over a pull request maybe? @stapelberg , absolutely! > In general, this library is pretty low-level, so...

Here is the relevant function https://github.com/greenpau/cni-plugins/blob/dnat/pkg/utils/get_chain_props.go