index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
ppp
/
route.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Garbage collect long time obsoleted (or never used) stuff from routing API.
glebius
2014-03-15
1
-17
/
+2
*
Conditionally add the interface name and address if available
bz
2009-04-20
1
-2
/
+11
*
While we currently still seem to have a gateway address, for future
bz
2009-04-20
1
-2
/
+5
*
Back out r186308:
bz
2009-04-20
1
-3
/
+1
*
The ppp application relies on the if_tun interface to properly
qingli
2008-12-19
1
-1
/
+3
*
This main goals of this project are:
qingli
2008-12-15
1
-2
/
+10
*
Cast unsigned variables to int
brian
2005-01-10
1
-1
/
+1
*
Add a bunch of malloc() return checks
brian
2004-10-11
1
-5
/
+15
*
Make ppp WARNS=5 clean
brian
2004-09-05
1
-3
/
+3
*
We need filling scopeid to install routes for link-local
ume
2003-03-25
1
-0
/
+24
*
Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_
brian
2002-08-27
1
-0
/
+1
*
o Clean up some #includes
brian
2002-05-14
1
-13
/
+12
*
Remove some extraneous whitespace
brian
2002-03-31
1
-1
/
+1
*
Don't use the RTF_GATEWAY flag and pass the RTA_GATEWAY address when updating
brian
2002-03-30
1
-1
/
+8
*
Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line
brian
2002-03-30
1
-1
/
+1
*
socket()s first argument should be a protocol family rather than an
brian
2002-01-16
1
-2
/
+2
*
socket's first argument is an address family, not a protocol family.
brian
2002-01-16
1
-2
/
+2
*
Don't provide an RTA_GATEWAY sockaddr when we write RTM_CHANGE messages
brian
2001-11-30
1
-6
/
+0
*
Remove the hack that ensures that rt_Update() works on FreeBSD. Now
brian
2001-11-23
1
-23
/
+5
*
When writing messages to the routing socket, round sockaddr sizes
brian
2001-11-23
1
-12
/
+19
*
Be paranoid about non-zero netmasks being associated with INET addresses
brian
2001-11-23
1
-0
/
+2
*
Remove an unused variable (oops)
brian
2001-11-23
1
-1
/
+1
*
Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr or
brian
2001-11-23
1
-8
/
+2
*
Fix a diagnostic
brian
2001-09-04
1
-1
/
+1
*
When attempting to change the default route, don't write the gateway
brian
2001-08-20
1
-7
/
+26
*
Build properly with -DNOINET6
brian
2001-08-18
1
-2
/
+2
*
Specify the gateway address when updating the MTU and send/recv pipe
brian
2001-08-16
1
-24
/
+37
*
Don't forget to attache the sticky route change to the ncp structure.
brian
2001-08-15
1
-0
/
+1
*
o Add ipv6 support, abstracting most NCP addresses into opaque
brian
2001-08-14
1
-220
/
+176
*
Handle hardware-imposed MTU/MRU limitations. PPPoE will no longer
brian
2001-06-18
1
-4
/
+3
*
Convert IIJ copyrights to BSD copyrights.
brian
2001-06-13
1
-17
/
+24
*
When we change the interface MTU, run through the routing table and tweak
brian
2001-04-05
1
-13
/
+259
*
Don't delete sticky routes when unconfiguring the interface.
brian
2000-08-14
1
-12
/
+0
*
Don't mis-interpret sockaddr_in6 structures as sockaddr_in structures
brian
2000-07-20
1
-1
/
+1
*
Add the ``resolv'' command for telling ppp how to deal with resolv.conf.
brian
2000-03-14
1
-1
/
+17
*
Don't include netinet6/in6.h directly.
brian
2000-03-14
1
-3
/
+0
*
Don't ``break'' when we come accross a non-RTM_IFINFO type
brian
2000-03-14
1
-1
/
+1
*
When ppp can't identify the relevant name, don't use "???", use
brian
2000-03-14
1
-5
/
+5
*
The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib
brian
2000-03-14
1
-56
/
+56
*
Support IP6 addresses in ``show route''
brian
2000-03-14
1
-12
/
+88
*
Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.
brian
1999-09-21
1
-3
/
+0
*
NetBSD has moved ``extern int errno;'' to signal.h :-/
brian
1999-09-20
1
-0
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Rebuild the list of interface numbers to names if we're trying
brian
1999-08-26
1
-3
/
+13
*
o Redesign the layering mechanism and make the aliasing code part of
brian
1999-05-08
1
-1
/
+2
*
Initial RADIUS support (using libradius). See the man page for
brian
1999-01-28
1
-26
/
+36
*
Solve the ``first connection'' problem that occurs on
brian
1998-10-22
1
-3
/
+4
*
Don't lose an allocated pointer if realloc() fails.
brian
1998-08-17
1
-4
/
+9
*
Silence ``Network unreachable'' warnings when using
brian
1998-07-28
1
-6
/
+6
*
o Fix remaining sizeof problems for 64 bit machines.
brian
1998-06-27
1
-8
/
+8
[next]