summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/arp.c
AgeCommit message (Collapse)Author
1998-01-24Fix error message.brian
Don't complicate the test compilation mentioned at the start of the file.
1998-01-23Stop bogus warnings.brian
1998-01-23Re-implement the proxy arp sockaddr_dl search routine (again).brian
It now works :-) and searches all interface aliases.
1998-01-21Use the sockaddr_dl with the link#, not the ethernet addressbrian
when creating proxy arp entries.
1998-01-19sys/types.h -> sys/param.hbrian
Pointed out by: Niklas Hallqvist <niklas@petra.appli.se>
1998-01-19Reimplement proxy-arp address stuff using sysctl().brian
1998-01-11Remove includes of if_var.h and in_var.hbrian
1997-12-24Cosmetic (style):brian
sizeof(var) -> sizeof var sizeof type -> sizeof(type) Suggested by: J Wunsch <j@uriah.heep.sax.de>
1997-12-23strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)brian
Suggested by: Philippe Charnier <charnier@lirmm.fr> Theo de Raadt <deraadt@cvs.openbsd.org>
1997-11-23Import version 1.5 of ppp.brian
<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.