diff options
| -rw-r--r-- | sbin/ipfw/ipfw.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 0d6f50f089be..12feec00cd9a 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1792,6 +1792,9 @@ write your rulesets in a more efficient way. does not support the -n flag (only test syntax), nor it allows spaces after commas or supports all rule fields in a single argument. +.Nm ipfw1 +does not allow the -f flag (force) in conjunction with +the -p flag (preprocessor). .It Handling of non-IPv4 packets .Nm ipfw1 will silently accept all non-IPv4 packets (which |
