summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/route.c
Commit message (Expand)AuthorAgeFilesLines
* We need filling scopeid to install routes for link-localume2003-03-251-0/+24
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_brian2002-08-271-0/+1
* o Clean up some #includesbrian2002-05-141-13/+12
* Remove some extraneous whitespacebrian2002-03-311-1/+1
* Don't use the RTF_GATEWAY flag and pass the RTA_GATEWAY address when updatingbrian2002-03-301-1/+8
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-301-1/+1
* socket()s first argument should be a protocol family rather than anbrian2002-01-161-2/+2
* socket's first argument is an address family, not a protocol family.brian2002-01-161-2/+2
* Don't provide an RTA_GATEWAY sockaddr when we write RTM_CHANGE messagesbrian2001-11-301-6/+0
* Remove the hack that ensures that rt_Update() works on FreeBSD. Nowbrian2001-11-231-23/+5
* When writing messages to the routing socket, round sockaddr sizesbrian2001-11-231-12/+19
* Be paranoid about non-zero netmasks being associated with INET addressesbrian2001-11-231-0/+2
* Remove an unused variable (oops)brian2001-11-231-1/+1
* Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr orbrian2001-11-231-8/+2
* Fix a diagnosticbrian2001-09-041-1/+1
* When attempting to change the default route, don't write the gatewaybrian2001-08-201-7/+26
* Build properly with -DNOINET6brian2001-08-181-2/+2
* Specify the gateway address when updating the MTU and send/recv pipebrian2001-08-161-24/+37
* Don't forget to attache the sticky route change to the ncp structure.brian2001-08-151-0/+1
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-220/+176
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerbrian2001-06-181-4/+3
* Convert IIJ copyrights to BSD copyrights.brian2001-06-131-17/+24
* When we change the interface MTU, run through the routing table and tweakbrian2001-04-051-13/+259
* Don't delete sticky routes when unconfiguring the interface.brian2000-08-141-12/+0
* Don't mis-interpret sockaddr_in6 structures as sockaddr_in structuresbrian2000-07-201-1/+1
* Add the ``resolv'' command for telling ppp how to deal with resolv.conf.brian2000-03-141-1/+17
* Don't include netinet6/in6.h directly.brian2000-03-141-3/+0
* Don't ``break'' when we come accross a non-RTM_IFINFO typebrian2000-03-141-1/+1
* When ppp can't identify the relevant name, don't use "???", usebrian2000-03-141-5/+5
* The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mibbrian2000-03-141-56/+56
* Support IP6 addresses in ``show route''brian2000-03-141-12/+88
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.brian1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/brian1999-09-201-0/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Rebuild the list of interface numbers to names if we're tryingbrian1999-08-261-3/+13
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-1/+2
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-26/+36
* Solve the ``first connection'' problem that occurs onbrian1998-10-221-3/+4
* Don't lose an allocated pointer if realloc() fails.brian1998-08-171-4/+9
* Silence ``Network unreachable'' warnings when usingbrian1998-07-281-6/+6
* o Fix remaining sizeof problems for 64 bit machines.brian1998-06-271-8/+8
* Don't assume ``sizeof(u_long) == 4''brian1998-06-271-3/+3
* Change some log levels. ALERTs are only logged whenbrian1998-06-161-2/+3
* o De-staticise things that don't need to be static.brian1998-06-151-3/+9
* Fix a rather nasty use of `static'. This caused a SEGVbrian1998-06-151-2/+2
* Fix a couple of warnings noted with -Wall on FreeBSD-2.1.5.brian1998-06-101-5/+1
* MFMP: Make ppp multilink capable.brian1998-05-211-200/+183
* Fix diagnostic typo.brian1998-04-251-2/+2
* Add extraneous braces to stiffle warnings from gcc-2.8brian1998-03-131-8/+9
* Remove unused #includes.brian1998-01-211-3/+2
OpenPOWER on IntegriCloud