summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mauderer <Christian.Mauderer@embedded-brains.de>2016-08-08 16:11:21 +0200
committerChristian Mauderer <Christian.Mauderer@embedded-brains.de>2016-08-08 16:12:05 +0200
commit6cfb5c2ca4c4d5cea13b0e90a4d7bd6492091d7d (patch)
tree2cbcdf0cdf0f39c2a0401ba58f04ba5cff352cc3
parentrc.conf: Use more stack for the rc worker. (diff)
downloadrtems-libbsd-6cfb5c2ca4c4d5cea13b0e90a4d7bd6492091d7d.tar.bz2
pf: Improve documentation regarding stack.
-rw-r--r--libbsd.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/libbsd.txt b/libbsd.txt
index 60a1b554..5d8c1743 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -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
syntax.
-- Load the rule file using the pfctl command and enable pf. An example
- initialisation can look like follows:
+- Load the rule file using the pfctl command and enable pf. Please note that the
+ 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;