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
/
iface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warning when compiling with gcc46:
eadler
2012-01-20
1
-2
/
+1
*
Add "iface name" and "iface description" commands.
brian
2011-02-07
1
-9
/
+119
*
In case the peer address was already configured on the interface
bz
2009-04-13
1
-0
/
+1
*
ifr_flagshigh is FreeBSD specific
brian
2005-01-10
1
-0
/
+6
*
Make ppp WARNS=5 clean
brian
2004-09-05
1
-5
/
+9
*
Set link-local address of tun interface with prefixlen = 64
ume
2003-04-04
1
-7
/
+7
*
Correctly handle ifr.ifr_flags/ifr.ifr_flagshigh like ifconfig(8) does.
sobomax
2002-08-29
1
-3
/
+6
*
Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_
brian
2002-08-27
1
-0
/
+1
*
Remove whitespace at the end of lines.
brian
2002-06-15
1
-2
/
+2
*
o Clean up some #includes
brian
2002-05-14
1
-2
/
+0
*
socket()s first argument should be a protocol family rather than an
brian
2002-01-16
1
-1
/
+1
*
Pay attention to failures to SIOCAIFADDR and SIOCDIFFADDR.
brian
2001-11-30
1
-25
/
+39
*
Add some DEBUG logging to tell us when interface addresses are being
brian
2001-11-30
1
-0
/
+14
*
Add a ``log'' command for logging specific information.
brian
2001-11-03
1
-1
/
+1
*
Some cosmetic changes to sync with OpenBSD
brian
2001-08-27
1
-0
/
+2
*
o Enable IFF_MULTICAST when first opening the tun device (and keep the flag
brian
2001-08-21
1
-1
/
+8
*
Properly change old interface addresses so that their destination is
brian
2001-08-20
1
-1
/
+2
*
Avoid a compiler warning
brian
2001-08-19
1
-0
/
+2
*
Don't show a prefixlen when a destination address is present
brian
2001-08-15
1
-1
/
+2
*
o Add ipv6 support, abstracting most NCP addresses into opaque
brian
2001-08-14
1
-232
/
+329
*
Handle hardware-imposed MTU/MRU limitations. PPPoE will no longer
brian
2001-06-18
1
-2
/
+3
*
Handle situations where we've already got a P2P interface address
brian
2001-05-02
1
-1
/
+6
*
Be a bit more persistent when the NET_RT_IFLIST sysctl returns ENOMEM
brian
2001-04-03
1
-18
/
+27
*
Bring the PPPoE interface UP if required
brian
2001-03-28
1
-6
/
+6
*
If we're adding an interface address that is already one of the interface's
brian
2001-03-25
1
-33
/
+52
*
Mention the MTU in ``show iface''.
brian
2000-12-01
1
-2
/
+2
*
Don't mis-match interface names in iface_Create()
brian
2000-06-19
1
-2
/
+3
*
The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib
brian
2000-03-14
1
-33
/
+35
*
Don't set ifaddr::in_addrs to 1 after an ``iface clear'' on an interface
brian
2000-01-07
1
-5
/
+7
*
Add the -unit command line switch for specifying the tun device.
brian
1999-10-19
1
-1
/
+3
*
Correct a few diagnostics
brian
1999-10-16
1
-3
/
+3
*
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
*
Remember if MYADDR or HISADDR is used in a filter add tweak all
brian
1999-05-31
1
-2
/
+2
*
Move the code for tweaking interface flags into one function.
brian
1999-05-27
1
-1
/
+54
*
o Redesign the layering mechanism and make the aliasing code part of
brian
1999-05-08
1
-1
/
+2
*
#include <errno.h>, not <sys/errno.h>
brian
1999-04-26
1
-4
/
+4
*
Initial RADIUS support (using libradius). See the man page for
brian
1999-01-28
1
-2
/
+5
*
Fix the interface alias code. Previously, I was expecting something
brian
1998-10-26
1
-12
/
+62
*
Solve the ``first connection'' problem that occurs on
brian
1998-10-22
1
-0
/
+431