aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/route.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect long time obsoleted (or never used) stuff from routing API.Gleb Smirnoff2014-03-151-17/+2
* Conditionally add the interface name and address if availableBjoern A. Zeeb2009-04-201-2/+11
* While we currently still seem to have a gateway address, for futureBjoern A. Zeeb2009-04-201-2/+5
* Back out r186308:Bjoern A. Zeeb2009-04-201-3/+1
* The ppp application relies on the if_tun interface to properlyQing Li2008-12-191-1/+3
* This main goals of this project are:Qing Li2008-12-151-2/+10
* Cast unsigned variables to intBrian Somers2005-01-101-1/+1
* Add a bunch of malloc() return checksBrian Somers2004-10-111-5/+15
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-3/+3
* 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