summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@cvs.openbsd.org>2000-08-10 13:26:59 +0000
committerbrian <brian@cvs.openbsd.org>2000-08-10 13:26:59 +0000
commiteacd9d997fc9fbec0a0600e99e933e14d94c1741 (patch)
treef4ce8f5ba4b2fdb49dfc29c4ecd0cb30818e93cf /usr.sbin
parentf6f9719d77e16be22cc895846d5a194bedc0a06c (diff)
Mention that pppoe requires netgraph(4) and without it, an external
pppoe program must be used (such as pppoe(8)).
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/ppp/ppp.816
1 files changed, 14 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp/ppp.8 b/usr.sbin/ppp/ppp/ppp.8
index 2b4fc3e0feb..d97d23c4807 100644
--- a/usr.sbin/ppp/ppp/ppp.8
+++ b/usr.sbin/ppp/ppp/ppp.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ppp.8,v 1.91 2000/08/09 19:31:25 brian Exp $
+.\" $OpenBSD: ppp.8,v 1.92 2000/08/10 13:26:58 brian Exp $
.Dd 20 September 1995
.nr XX \w'\fC00'
.Dt PPP 8
@@ -4194,7 +4194,17 @@ will attempt to create a
.Em PPP
over Ethernet connection using the given
.Ar iface
-interface.
+interface by using
+.Xr netgraph 4 .
+If
+.Xr netgraph 4
+is not available,
+.Nm
+will attempt to loaded it using
+.Xr kldload 2 .
+If this fails, an external program must be used such as the
+.Xr pppoe 8
+program available under OpenBSD.
The given
.Ar provider
is passed as the service name in the PPPoE Discovery Initiation (PADI)
@@ -5363,6 +5373,7 @@ This socket is used to pass links between different instances of
.Xr login 1 ,
.Xr tcpdump 1 ,
.Xr telnet 1 ,
+.Xr kldload 2 ,
.Xr libalias 3 ,
.Xr syslog 3 ,
.Xr uucplock 3 ,
@@ -5384,6 +5395,7 @@ This socket is used to pass links between different instances of
.Xr ping 8 ,
.Xr pppctl 8 ,
.Xr pppd 8 ,
+.Xr pppoe 8 ,
.Xr route 8 ,
.Xr sshd 8 ,
.Xr syslogd 8 ,