go-nfnetlink icon indicating copy to clipboard operation
go-nfnetlink copied to clipboard

A library for communicating with Linux netfilter subsystems over netlink sockets.

Results 3 go-nfnetlink issues
Sort by recently updated
recently updated
newest added

This exposes the NF_REPEAT verdict via the `Repeat` method. The `Repeat` method takes a mark as an argument to apply to the packet (in order to avoid endless repeat loops).

I want to modify the packet before transmit to kernel, and what should I do?

Was able to crash fw-daemon via panic/exception in go-nfnetlink by initiating thousands of concurrent connections from within sandbox through sgfw SOCKS5 proxy port. go-nfnetlink thinks it isn't getting a null...