turekt

Results 7 issues of turekt

Hi, I am proposing a change that should fix issue #6015. As per my understanding POLLRDHUP triggers when there is a half-closed TCP connection (either remote shutdown(SHUT\_WR) or local shutdown(SHUT\_RD)),...

Hi, I have introduced an additional function to the `conn.go` file which implements receive of netlink messages with retries. This should fix issue #175. For some reason, in a lasting...

Hi, the motivation behind this PR has several elements: - I have noticed that when nftables returns a big response, the socket read can return ENOBUFS (no buffer space available),...

Hi, this is a very nice script! I've added generating random default IPv6 address as discussed in #283. Tested on Linux Mint 21.1, Ubuntu 22.04 and Debian 11. Let me...

Hi, I am creating an issue as discussed in PR #244. # TL;DR Current object implementation seems to consist of mostly duplicated code from the `expr` package. This issue tries...

enhancement

Hi, as mentioned in #210, I am proposing an approach for fixing the endianess issue. Let me know what you think and whether this makes sense.

Hi, as per our discussion in #253, I have implemented a change for a more generic implementation of nftables objects. In addition to the refactor I have added a test...