I couldn't find an answer in the man pages for sysctl. My sysctl.conf file is still at its default state. I'm testing several values and loaded new settings via sysctl -p newsettings.conf
. I thought it would be sufficient for reseting to do sysctl -p
(which means that it reads the values from sysctl.conf
), but a fast sysctl -a | grep domain
revealed that they are still the old settings.
Any ideas?