diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-16 08:26:04 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-16 08:26:04 +0000 |
| commit | 8ab59f709385749d7996131f61bb31ae13330c2a (patch) | |
| tree | f465e570dff57f47187fd18447cf8c4a55cabe43 | |
| parent | b63c01391e0cb2db60a002c95da5ee7a9b410f54 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index 09d8c27e7f6f..2fc14068f37e 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -2217,7 +2217,9 @@ to .Pa /etc/ppp/ppp.conf (or to .Pa /etc/ppp/ppp.linkup -for setups that don't use -auto mode). +for setups that don't use +.Fl auto +mode). .Pp This tells .Nm @@ -2958,7 +2960,7 @@ The option can only be enabled if network address translation is enabled .Pp With this option enabled, .Nm -will pass traffic for old interface addresses through the NAT +will pass traffic for old interface addresses through the NAT ifdef({LOCALNAT},{engine,},{engine (see .Xr libalias 3 ) ,}) @@ -3337,7 +3339,7 @@ for a description of what an is. })dnl .Pp -It should be noted under what circumstances an aliasing link is +It should be noted under what circumstances an aliasing link is ifdef({LOCALNAT},{created.},{created by .Xr libalias 3 .}) It may be necessary to further protect your network from outside @@ -3467,7 +3469,7 @@ network. .Pp The target address may be set to .Dq MYADDR , -in which case +in which case ifdef({LOCALNAT},{all packets will be redirected}, {libalias will redirect all packets}) to the interface address. |
