Author :
bluhm
Date :
2024-08-06 16:56:09
Hash :c80589b8 Message :Unlock sysctl net.inet.ip.directed-broadcast.
ip_directedbcast is read once in either ip_input() or pf_test()
during packet processing. So writing the variable does not need
net lock.
OK mvs@