turekt
turekt
Hi guitmz, I've got the same output when trying to compile go keystone binding sample and I think I've managed to find out what the issue is here: - the...
Hi @rampxxxx, unfortunately transforming the code into regular nft cmds shows that this won't work: ``` # nft flush ruleset # nft add table test_table # nft add chain test_table...
Hi @rdmcguire, I have checked your issue and it seems that there is a bug in the set marshaling logic in the nftables go lib. If we observe the messages...
Hi @joewilliams, I am not that familiar with match rules so I might be wrong, but I would suggest trying another approach before making any changes to the current match...
Hi, I have managed to investigate this issue a bit better and I succeeded in reproducing this error when using nftables lasting connection. Here is example code: ``` func test()...
I have added the tests. Let me know what you think.
Hi @hbhasker, I understand that you might be busy. I have noticed that it is soon going to be a year since this PR was created. I was wondering whether...
Hi @kevinGC, thanks for your review. I have changed the code per your suggestions. Let me know what you think.
Hi @kevinGC, thanks for letting me know! I managed to reproduce the failing test. I made a small change to the commit and retested. My first test run finished successfully,...
Hi @kevinGC, the second test run is finished and successful! The latest changes should be a complete fix for the POLLRDHUP issue.