diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-10-31 02:25:54 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-10-31 02:25:54 +0000 |
| commit | 58b1e45d5d404f995520d0d6285e7eea75ce08ef (patch) | |
| tree | 5ef48b9741a368041beb637085b1413ff62a1536 | |
| parent | 0df282c2e45889fb39d994b39d2dd099fb581436 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ppp/ppp.8 | 3 | ||||
| -rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index 0ac7a6dcbfa10..13cd00a16334c 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -3168,6 +3168,9 @@ you wish to map to specific machines behind your gateway. .It nat deny_incoming yes|no If set to yes, this command will refuse all incoming connections by dropping the packets in much the same way as a firewall would. +.Pp +It should be noted that enabling this option also drops IP packets +that cannot be identified by libalias. This will be fixed in the future. .It nat help|? This command gives a summary of available nat commands. .It nat log yes|no diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index 0ac7a6dcbfa10..13cd00a16334c 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -3168,6 +3168,9 @@ you wish to map to specific machines behind your gateway. .It nat deny_incoming yes|no If set to yes, this command will refuse all incoming connections by dropping the packets in much the same way as a firewall would. +.Pp +It should be noted that enabling this option also drops IP packets +that cannot be identified by libalias. This will be fixed in the future. .It nat help|? This command gives a summary of available nat commands. .It nat log yes|no |
