mirror of https://github.com/OISF/suricata
ipfw: remove setting of SO_BROADCAST on the divert(4) socket
My review of the FreeBSD kernel code reveals that this setting a) is ignored by the kernel b) is not required. The sending side of divert(4) never checks so->so_options, but always gives IP_ALLOWBROADCAST to ip_output().pull/7884/head
parent
30ce63c50f
commit
7110ea75c4
Loading…
Reference in New Issue