diff options
author | brian <brian@cvs.openbsd.org> | 2001-03-09 00:15:16 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 2001-03-09 00:15:16 +0000 |
commit | e4f2234186ab63aa5d4150f515ff51401befced0 (patch) | |
tree | 5f4620adf606fe5ab86ca24bdb3b7d986e8c9652 /usr.sbin | |
parent | ec7ce48c13eac6a60ae4cec77272bdb12c5fd50a (diff) |
Talk a little more about the differences between PPPoE on FreeBSD & OpenBSD.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/ppp/ppp.8 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/usr.sbin/ppp/ppp/ppp.8 b/usr.sbin/ppp/ppp/ppp.8 index 929784c8627..34ea56f4604 100644 --- a/usr.sbin/ppp/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ppp.8,v 1.107 2001/01/29 01:34:38 brian Exp $ +.\" $OpenBSD: ppp.8,v 1.108 2001/03/09 00:15:15 brian Exp $ .Dd 20 September 1995 .Dt PPP 8 .Os @@ -329,6 +329,12 @@ over Ethernet to using the .Ar iface network interface. +.Pp +On systems that do not support +.Xr netgraph 4 , +an external program such as +.Xr pppoe 8 +may be used. .It "Supports IETF draft Predictor-1 (rfc 1978) and DEFLATE (rfc 1979) compression." .Nm supports not only VJ-compression but also Predictor-1 and DEFLATE compression. @@ -4306,7 +4312,9 @@ be of the format .No PPPoE: Ns Ar iface Ns Xo .Op \&: Ns Ar provider Ns .Xc -or be of the format +(on +.Xr netgraph 4 +enabled systems), or be of the format .Ar host Ns No : Ns Ar port Ns Oo .No /tcp|udp .Oc . @@ -4334,7 +4342,7 @@ If .Xr netgraph 4 is not available, .Nm -will attempt to loaded it using +will attempt to load it using .Xr kldload 2 . If this fails, an external program must be used such as the .Xr pppoe 8 |