[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
initial pf-rules -> sysctl -> networking
- To: misc@openbsd.org
- Subject: initial pf-rules -> sysctl -> networking
- From: Han Boetes <han@mijncomputer.nl>
- Date: Sun, 2 Nov 2003 20:42:21 +0100
- Content-Disposition: inline
- Mail-Followup-To: misc@openbsd.org
- User-Agent: Mutt/1.5.4i
Hi,
In /etc/rc first the initial pf-rules are loaded and then the sysctls
are loaded and then networking is started.
It seems to be more logical to first load the sysctl, then load the
initial pf-rules and then networking is started.
So what's the practical reason for this order?
# Han