aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/route.c
Commit message (Expand)AuthorAgeFilesLines
* We need filling scopeid to install routes for link-localHajimu UMEMOTO2003-03-251-0/+24
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* o Clean up some #includesBrian Somers2002-05-141-13/+12
* Remove some extraneous whitespaceBrian Somers2002-03-311-1/+1
* Don't use the RTF_GATEWAY flag and pass the RTA_GATEWAY address when updatingBrian Somers2002-03-301-1/+8
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-301-1/+1
* socket()s first argument should be a protocol family rather than anBrian Somers2002-01-161-2/+2
* socket's first argument is an address family, not a protocol family.Brian Somers2002-01-161-2/+2
* Don't provide an RTA_GATEWAY sockaddr when we write RTM_CHANGE messagesBrian Somers2001-11-301-6/+0
* Remove the hack that ensures that rt_Update() works on FreeBSD. NowBrian Somers2001-11-231-23/+5
* When writing messages to the routing socket, round sockaddr sizesBrian Somers2001-11-231-12/+19
* Be paranoid about non-zero netmasks being associated with INET addressesBrian Somers2001-11-231-0/+2
* Remove an unused variable (oops)Brian Somers2001-11-231-1/+1
* Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr orBrian Somers2001-11-231-8/+2
* Fix a diagnosticBrian Somers2001-09-041-1/+1
* When attempting to change the default route, don't write the gatewayBrian Somers2001-08-201-7/+26
* Build properly with -DNOINET6Brian Somers2001-08-181-2/+2
* Specify the gateway address when updating the MTU and send/recv pipeBrian Somers2001-08-161-24/+37
* Don't forget to attache the sticky route change to the ncp structure.Brian Somers2001-08-151-0/+1
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-220/+176
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerBrian Somers2001-06-181-4/+3
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-17/+24
* When we change the interface MTU, run through the routing table and tweakBrian Somers2001-04-051-13/+259
* Don't delete sticky routes when unconfiguring the interface.Brian Somers2000-08-141-12/+0
* Don't mis-interpret sockaddr_in6 structures as sockaddr_in structuresBrian Somers2000-07-201-1/+1
* Add the ``resolv'' command for telling ppp how to deal with resolv.conf.Brian Somers2000-03-141-1/+17
* Don't include netinet6/in6.h directly.Brian Somers2000-03-141-3/+0
* Don't ``break'' when we come accross a non-RTM_IFINFO typeBrian Somers2000-03-141-1/+1
* When ppp can't identify the relevant name, don't use "???", useBrian Somers2000-03-141-5/+5
* The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mibBrian Somers2000-03-141-56/+56
* Support IP6 addresses in ``show route''Brian Somers2000-03-141-12/+88
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.Brian Somers1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/Brian Somers1999-09-201-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Rebuild the list of interface numbers to names if we're tryingBrian Somers1999-08-261-3/+13
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-1/+2
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-26/+36
* Solve the ``first connection'' problem that occurs onBrian Somers1998-10-221-3/+4
* Don't lose an allocated pointer if realloc() fails.Brian Somers1998-08-171-4/+9
* Silence ``Network unreachable'' warnings when usingBrian Somers1998-07-281-6/+6
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-8/+8
* Don't assume ``sizeof(u_long) == 4''Brian Somers1998-06-271-3/+3
* Change some log levels. ALERTs are only logged whenBrian Somers1998-06-161-2/+3
* o De-staticise things that don't need to be static.Brian Somers1998-06-151-3/+9
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-151-2/+2
* Fix a couple of warnings noted with -Wall on FreeBSD-2.1.5.Brian Somers1998-06-101-5/+1
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-200/+183
|\
| * Always add! all sticky routes in route_Change so thatBrian Somers1998-05-161-3/+1
| * Categorize the fields in struct bundle, and make the tunnelBrian Somers1998-05-061-3/+3
| * Don't allow duplicate sticky routes.Brian Somers1998-05-061-2/+3