mirror of https://github.com/OISF/suricata
ipfw: close(2) instead shutdown(2) of the divert(4) socket
The shutdown(2) syscall would always return ENOTCONN for FreeBSD 11,
FreeBSD 12, FreeBSD 13 and FreeBSD 14. It could do some action on the
socket in the kernel in FreeBSD 10 and before, did not test.
(cherry picked from commit b239e88c93
)
pull/10253/head
parent
08dae40452
commit
e6646c8f3f
Loading…
Reference in New Issue