Adding entries to the SYSCTL.CONF file

Is there any drawbacks or gotchas for adding the following lines:

Code:
net.inet.tcp.blackhole=2
net.inet.udp.blackhole=1
 
Sounds like what pf would do when using
Code:
set block-policy drop
Shouldn't hurt.
 
Back
Top