Age | Commit message (Collapse) | Author |
|
Don't complicate the test compilation mentioned at the start of
the file.
|
|
|
|
It now works :-) and searches all interface aliases.
|
|
when creating proxy arp entries.
|
|
Pointed out by: Niklas Hallqvist <niklas@petra.appli.se>
|
|
|
|
|
|
sizeof(var) -> sizeof var
sizeof type -> sizeof(type)
Suggested by: J Wunsch <j@uriah.heep.sax.de>
|
|
Suggested by: Philippe Charnier <charnier@lirmm.fr>
Theo de Raadt <deraadt@cvs.openbsd.org>
|
|
<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.
|