diff options
author | brian <brian@FreeBSD.org> | 2001-03-09 00:12:09 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2001-03-09 00:12:09 +0000 |
commit | 5c7f60e195c199108f2d3fb6861f3f5e9a8a02a8 (patch) | |
tree | d1ea3f9a1598bbea1896f14ec2c16d621885a928 /usr.sbin/ppp | |
parent | 298eccdc148d36583de336afa8746580f3a33aff (diff) | |
download | FreeBSD-src-5c7f60e195c199108f2d3fb6861f3f5e9a8a02a8.zip FreeBSD-src-5c7f60e195c199108f2d3fb6861f3f5e9a8a02a8.tar.gz |
Talk a little more about the differences between PPPoE on FreeBSD & OpenBSD.
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/ppp.8 | 12 | ||||
-rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 12 |
2 files changed, 20 insertions, 4 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index db9ee68..26c8a09 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -328,6 +328,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. @@ -4300,7 +4306,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 .Sm off .Ar host : port Op /tcp|udp . .Sm on @@ -4328,7 +4336,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 diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index db9ee68..26c8a09 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -328,6 +328,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. @@ -4300,7 +4306,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 .Sm off .Ar host : port Op /tcp|udp . .Sm on @@ -4328,7 +4336,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 |