Add the documentation for IPFW's diverted(-loopback|-output) matches.
This commit is contained in:
parent
4f70622005
commit
cdf18c02e6
@ -944,6 +944,14 @@ You can have comment-only rules, which are listed as having a
|
|||||||
action followed by the comment.
|
action followed by the comment.
|
||||||
.It Cm bridged
|
.It Cm bridged
|
||||||
Matches only bridged packets.
|
Matches only bridged packets.
|
||||||
|
.It Cm diverted
|
||||||
|
Matches only packets generated by a divert socket.
|
||||||
|
.It Cm diverted-loopback
|
||||||
|
Matches only packets coming from a divert socket back into the IP stack
|
||||||
|
input for delivery.
|
||||||
|
.It Cm diverted-output
|
||||||
|
Matches only packets going from a divert socket back outward to the IP
|
||||||
|
stack output for delivery.
|
||||||
.It Cm dst-ip Ar ip-address
|
.It Cm dst-ip Ar ip-address
|
||||||
Matches IP packets whose destination IP is one of the address(es)
|
Matches IP packets whose destination IP is one of the address(es)
|
||||||
specified as argument.
|
specified as argument.
|
||||||
|
Loading…
Reference in New Issue
Block a user