Deleted Added
full compact
pppoed.8 (70227) pppoed.8 (77760)
1.\"-
2.\" Copyright (c) 1999 Brian Somers <brian@Awfulhak.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"-
2.\" Copyright (c) 1999 Brian Somers <brian@Awfulhak.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/libexec/pppoed/pppoed.8 70227 2000-12-20 13:26:01Z ru $
26.\" $FreeBSD: head/libexec/pppoed/pppoed.8 77760 2001-06-05 12:40:03Z sobomax $
27.\"
28.Dd November 8, 1999
29.Dt PPPOED 8
30.Os FreeBSD
31.Sh NAME
32.Nm pppoed
33.Nd handle incoming PPP over Ethernet connections
34.Sh SYNOPSIS

--- 11 unchanged lines hidden (view full) ---

46program listens to the given
47.Ar interface
48for PPP over Ethernet (PPPoE) service request packets, and actions them
49by negotiating a session then envoking a
50.Em PPP
51program. The negotiation is implemented by the
52.Dq pppoe
53netgraph node. See
27.\"
28.Dd November 8, 1999
29.Dt PPPOED 8
30.Os FreeBSD
31.Sh NAME
32.Nm pppoed
33.Nd handle incoming PPP over Ethernet connections
34.Sh SYNOPSIS

--- 11 unchanged lines hidden (view full) ---

46program listens to the given
47.Ar interface
48for PPP over Ethernet (PPPoE) service request packets, and actions them
49by negotiating a session then envoking a
50.Em PPP
51program. The negotiation is implemented by the
52.Dq pppoe
53netgraph node. See
54.Xr ng_pppoe 8
54.Xr ng_pppoe 4
55for details.
56.Pp
57.Nm
58will only offer services to clients requesting services from the given
59.Ar provider ,
60which is taken as an empty name if not provided.
61If a provider name of
62.Dq \&*

--- 23 unchanged lines hidden (view full) ---

86as a shell sub-process. It is possible to specify another command using the
87.Ar exec
88argument. This is mandatory if
89.Ar provider
90is not given. The child process will have standard input and standard output
91attached to the same
92.Xr netgraph 4
93data socket
55for details.
56.Pp
57.Nm
58will only offer services to clients requesting services from the given
59.Ar provider ,
60which is taken as an empty name if not provided.
61If a provider name of
62.Dq \&*

--- 23 unchanged lines hidden (view full) ---

86as a shell sub-process. It is possible to specify another command using the
87.Ar exec
88argument. This is mandatory if
89.Ar provider
90is not given. The child process will have standard input and standard output
91attached to the same
92.Xr netgraph 4
93data socket
94.Pq see Xr ng_socket 8
94.Pq see Xr ng_socket 4
95when started.
96.Pp
97Upon invocation,
98.Nm
99will attach a
100.Dq pppoe
101netgraph node to the relevant
102.Dq ether

--- 61 unchanged lines hidden (view full) ---

164.Pa /etc/newsyslog.conf :
165.Pp
166.Dl "/var/log/pppoed.log 640 3 100 * Z
167.Pp
168.Sh SEE ALSO
169.Xr NgSetDebug 3 ,
170.Xr netgraph 4 ,
171.Xr syslog.conf 5 ,
95when started.
96.Pp
97Upon invocation,
98.Nm
99will attach a
100.Dq pppoe
101netgraph node to the relevant
102.Dq ether

--- 61 unchanged lines hidden (view full) ---

164.Pa /etc/newsyslog.conf :
165.Pp
166.Dl "/var/log/pppoed.log 640 3 100 * Z
167.Pp
168.Sh SEE ALSO
169.Xr NgSetDebug 3 ,
170.Xr netgraph 4 ,
171.Xr syslog.conf 5 ,
172.Xr ng_ether 8 ,
173.Xr ng_pppoe 8 ,
174.Xr ng_socket 8 ,
172.Xr ng_ether 4 ,
173.Xr ng_pppoe 4 ,
174.Xr ng_socket 4 ,
175.Xr ppp 8 ,
176.Xr syslogd 8
177.Sh BUGS
178If another netgraph node is using the given interface,
179.Nm
180will fail to start. This is because
181.Xr netgraph 4
182does not currently allow node chaining. This may change in the future.
183.Sh HISTORY
184The
185.Nm
186program was written by
187.An Brian Somers Aq brian@Awfulhak.org
188and first appeared in
189.Fx 3.4 .
175.Xr ppp 8 ,
176.Xr syslogd 8
177.Sh BUGS
178If another netgraph node is using the given interface,
179.Nm
180will fail to start. This is because
181.Xr netgraph 4
182does not currently allow node chaining. This may change in the future.
183.Sh HISTORY
184The
185.Nm
186program was written by
187.An Brian Somers Aq brian@Awfulhak.org
188and first appeared in
189.Fx 3.4 .