summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-08-10 13:26:01 +0000
committerbrian <brian@FreeBSD.org>2000-08-10 13:26:01 +0000
commitb45901a5b47d1b7a36576e682b89c00706e9ebe0 (patch)
tree8e5fbf10d35038c14250da85568aa9b91e857127 /usr.sbin/ppp
parent7955ab865a2f10316377412e4641e8ed18f4169c (diff)
downloadFreeBSD-src-b45901a5b47d1b7a36576e682b89c00706e9ebe0.zip
FreeBSD-src-b45901a5b47d1b7a36576e682b89c00706e9ebe0.tar.gz
Mention that pppoe requires netgraph(4) and without it, an external
pppoe program must be used (such as pppoe(8) on OpenBSD).
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/ppp.814
-rw-r--r--usr.sbin/ppp/ppp.8.m414
2 files changed, 26 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8
index bd6227b..ec1d6dc 100644
--- a/usr.sbin/ppp/ppp.8
+++ b/usr.sbin/ppp/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 ,
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index bd6227b..ec1d6dc 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -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 ,
OpenPOWER on IntegriCloud