diff options
author | julian <julian@FreeBSD.org> | 2008-07-24 18:39:36 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2008-07-24 18:39:36 +0000 |
commit | 1a38a92356474e1963d5665ffa796ba64515ace3 (patch) | |
tree | a0be5f3ddd7da69f864770a5091356c0df45527d /sbin/ipfw/ipfw.8 | |
parent | 563c4bfc08b025730b8f60541b7f9c58d23d2427 (diff) | |
download | FreeBSD-src-1a38a92356474e1963d5665ffa796ba64515ace3.zip FreeBSD-src-1a38a92356474e1963d5665ffa796ba64515ace3.tar.gz |
Note that setfib is not a terminal rule.
Diffstat (limited to 'sbin/ipfw/ipfw.8')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index b32de33..9ca58f1 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -850,7 +850,8 @@ The packet is tagged so as to use the FIB (routing table) .Ar fibnum in any subsequent forwarding decisions. Initially this is limited to the values 0 through 15. See -.Xr setfib 8 +.Xr setfib 8 . +Processing continues at the next rule. .El .Ss RULE BODY The body of a rule contains zero or more patterns (such as |