summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ppp.8.m4
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-08-21 16:21:39 +0000
committerbrian <brian@FreeBSD.org>1997-08-21 16:21:39 +0000
commit263a0e79cc4756de756f7812ae9239dfee01b6f5 (patch)
tree470b83e0d1dde5c3880dc714326a9154a6f12207 /usr.sbin/ppp/ppp.8.m4
parent4d5bf5e7506b847a254ed4a60c60cf849b36fb59 (diff)
downloadFreeBSD-src-263a0e79cc4756de756f7812ae9239dfee01b6f5.zip
FreeBSD-src-263a0e79cc4756de756f7812ae9239dfee01b6f5.tar.gz
Add "set loopback on|off", defaulting to "on".
This tells ppp to loopback packets addressed to the ppp interface IP coming *from* the tun device. This means that you can ping the tun interface IP from inside :-)
Diffstat (limited to 'usr.sbin/ppp/ppp.8.m4')
-rw-r--r--usr.sbin/ppp/ppp.8.m418
1 files changed, 17 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index f88e905..60e9384 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -1,4 +1,4 @@
-.\" $Id: ppp.8,v 1.53 1997/08/19 11:27:00 danny Exp $
+.\" $Id: ppp.8,v 1.54 1997/08/20 23:47:51 brian Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@@ -1644,6 +1644,19 @@ in the initial IPCP negotiation. However, only an address in the
.Dq myaddr
range will be accepted.
+.It set loopback on|off
+When set to
+.Dq on
+(the default),
+.Nm
+will automatically loop back packets being sent
+out with a destination address equal to that of the ppp interface.
+If set to
+.Dq off ,
+.Nm
+will send the packet, probably resulting in an ICMP redirect from
+the other end.
+
.It set log [+|-]value...
This command allows the adjustment of the current log level. Please
refer to the Logging Facility section for further details.
@@ -1822,6 +1835,9 @@ Show the current IPCP statistics.
.It show lcp
Show the current LCP statistics.
+.It show loopback
+Show the current loopback status.
+
.It show log
Show the current log values.
OpenPOWER on IntegriCloud