Age | Commit message (Collapse) | Author |
|
|
|
Don't read(fd, buffer, 0) and think ppp has closed the
connection when `buffer' is full, instead, flush most of
buffer to the terminal and read() for a reasonable length.
This fixes "show route" when there's more than 2k of
routing output.
|
|
|
|
Suggested by: Theo de Raadt <deraadt@cvs.openbsd.org>
|
|
|
|
|
|
"No reply" sounds like the message didn't get through (for
example when you `pppctl xxxx quit all'.
|
|
|
|
<sales>
This is a user-level ppp implementation that uses the
tun driver. It was originally created by a Japanese
ISP. It's now piled with features. Check the man pages
for details.
</sales>
The sources are identical to the ones in FreeBSD, except
for the Makefile.
IP aliasing (NAT) is disabled, and can be enabled by simply
doing a ``make install'' of libalias, then rebuilding
ppp. I'll create libalias as a port soon.
|