diff options
author | ae <ae@FreeBSD.org> | 2011-06-22 09:55:28 +0000 |
---|---|---|
committer | ae <ae@FreeBSD.org> | 2011-06-22 09:55:28 +0000 |
commit | da0d2942ce08958ef4188446f468ba7dbc4d686e (patch) | |
tree | 33ad6b28c72e1084c014726ebb87deff9f76eb81 | |
parent | 5b5e9b6b99db5e50dca23adaf0b6f25a80936e79 (diff) | |
download | FreeBSD-src-da0d2942ce08958ef4188446f468ba7dbc4d686e.zip FreeBSD-src-da0d2942ce08958ef4188446f468ba7dbc4d686e.tar.gz |
Document PKT_ALIAS_SKIP_GLOBAL option.
Submitted by: Alexander V. Chernikov
-rw-r--r-- | sys/netinet/libalias/libalias.3 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/netinet/libalias/libalias.3 b/sys/netinet/libalias/libalias.3 index 31702e8..e441402 100644 --- a/sys/netinet/libalias/libalias.3 +++ b/sys/netinet/libalias/libalias.3 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 1, 2006 +.Dd June 22, 2011 .Dt LIBALIAS 3 .Os .Sh NAME @@ -257,6 +257,16 @@ Normal packet aliasing is not performed. See .Fn LibAliasProxyRule below for details. +.It Dv PKT_ALIAS_SKIP_GLOBAL +This option is used by +.Pa ipfw_nat +only. Specifying it as a flag to +.Fn LibAliasSetMode +has no effect. See section +.Sx NETWORK ADDRESS TRANSLATION +in +.Xr ipfw 8 +for more details. .El .Ed .Pp |