diff options
author | maxim <maxim@FreeBSD.org> | 2004-01-15 12:57:04 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2004-01-15 12:57:04 +0000 |
commit | 36a468e048da26349f91f5d96540680ec9271e1e (patch) | |
tree | 1d51ef3a561261a5db0ee21319d316d50019e046 /sbin/ipfw | |
parent | f1fc1fb3543d8530be67a46ec8010cab4196c924 (diff) | |
download | FreeBSD-src-36a468e048da26349f91f5d96540680ec9271e1e.zip FreeBSD-src-36a468e048da26349f91f5d96540680ec9271e1e.tar.gz |
o -f (force) in conjunction with -p (preprocessor) is ipfw2 feature.
MFC after: 3 days
Diffstat (limited to 'sbin/ipfw')
-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 0d6f50f..12feec0 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 |