diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-17 15:43:08 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-17 15:43:08 +0000 |
| commit | a8510bf414fba1220ac5eaee5b652a5813ca34ec (patch) | |
| tree | ef163d34be4ccad56680ff5d91213c75f0a6d031 /lib/libalias | |
| parent | 5b18d15e79836756585ab7bebd017dbe7e4c2a4d (diff) | |
Notes
Diffstat (limited to 'lib/libalias')
| -rw-r--r-- | lib/libalias/libalias.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libalias/libalias.3 b/lib/libalias/libalias.3 index 995d965dac58..aa804db4ab74 100644 --- a/lib/libalias/libalias.3 +++ b/lib/libalias/libalias.3 @@ -27,7 +27,7 @@ .\" .Dd April 13, 2000 .Dt LIBALIAS 3 -.Os FreeBSD +.Os .Sh NAME .Nm libalias .Nd packet aliasing library for masquerading and network address translation @@ -170,12 +170,10 @@ Mainly useful for debugging when the log file is viewed continuously with .It Dv PKT_ALIAS_DENY_INCOMING If this mode bit is set, all incoming packets associated with new TCP connections or new UDP transactions will be marked for being ignored -.Po -.Fn PacketAliasIn +.Fn ( PacketAliasIn returns .Dv PKT_ALIAS_IGNORED -code -.Pc +code) by the calling program. Response packets to connections or transactions initiated from the packet aliasing host or local network will be unaffected. |
