diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-02-02 23:42:06 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-02-02 23:42:06 +0000 |
| commit | 21b9df573d3580db9ddbc5f9b53bb847cbf60ce6 (patch) | |
| tree | 222978625dc27a09dd0c4b326fd87554e2c853f2 | |
| parent | 6f76cb1e2816b550d4454dd3d2c54f2ea777261d (diff) | |
Notes
| -rw-r--r-- | lib/libalias/libalias.3 | 7 | ||||
| -rw-r--r-- | sys/netinet/libalias/libalias.3 | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/lib/libalias/libalias.3 b/lib/libalias/libalias.3 index f3f187dfeae6..0148b5fb60c2 100644 --- a/lib/libalias/libalias.3 +++ b/lib/libalias/libalias.3 @@ -266,7 +266,12 @@ This option makes libalias reverse the way it handles incoming and outgoing packets, allowing it to be fed data that passes through the internal interface rather than the external one. - +.It PKT_ALIAS_PROXY_ONLY. +This option tells libalias to obey transparent proxy +rules only. Normal packet aliasing is not performed. +See +.Fn PacketAliasProxyRule +below for details. .El .Ss 2.5 PacketAliasSetFWBase() diff --git a/sys/netinet/libalias/libalias.3 b/sys/netinet/libalias/libalias.3 index f3f187dfeae6..0148b5fb60c2 100644 --- a/sys/netinet/libalias/libalias.3 +++ b/sys/netinet/libalias/libalias.3 @@ -266,7 +266,12 @@ This option makes libalias reverse the way it handles incoming and outgoing packets, allowing it to be fed data that passes through the internal interface rather than the external one. - +.It PKT_ALIAS_PROXY_ONLY. +This option tells libalias to obey transparent proxy +rules only. Normal packet aliasing is not performed. +See +.Fn PacketAliasProxyRule +below for details. .El .Ss 2.5 PacketAliasSetFWBase() |
