Combine two sentence fragments to form one complete sentence,

``Depending on the setting of the sysctl variable `net.inet.ipfw.one_pass'
     Packets coming from a pipe ...''

into

   ``... the sysctl variable `net.ipfw.one_pass', packets coming from ...''
This commit is contained in:
chris 2000-03-17 20:04:08 +00:00
parent 5e9c416678
commit 254ad1ad02

View File

@ -91,8 +91,8 @@ At the output from the second queue packets
are reinjected into the protocol stack at the same point they came
from (i.e. ip_input(), ip_output(), bdg_forward() ).
Depending on the setting of the sysctl variable
.Ql net.inet.ipfw.one_pass
Packets coming from a pipe can be either forwarded to their
.Ql net.inet.ipfw.one_pass ,
packets coming from a pipe can be either forwarded to their
destination, or passed again through the
.Nm ipfw
rules, starting from the one after the matching rule.