mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-18 04:27:47 +08:00
pf: Improve documentation regarding stack.
This commit is contained in:
@@ -1347,8 +1347,10 @@ The following is necessary to use PF on RTEMS:
|
|||||||
- Create a rule file (normally +/etc/pf.conf+). See the FreeBSD manual for the
|
- Create a rule file (normally +/etc/pf.conf+). See the FreeBSD manual for the
|
||||||
syntax.
|
syntax.
|
||||||
|
|
||||||
- Load the rule file using the pfctl command and enable pf. An example
|
- Load the rule file using the pfctl command and enable pf. Please note that the
|
||||||
initialisation can look like follows:
|
pfctl command needs a lot of stack. You should use at least
|
||||||
|
RTEMS_MINIMUM_STACK_SIZE + 8192 Bytes of stack. An example initialisation can
|
||||||
|
look like follows:
|
||||||
|
|
||||||
----
|
----
|
||||||
int exit_code;
|
int exit_code;
|
||||||
|
Reference in New Issue
Block a user