summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/iface.c
Commit message (Expand)AuthorAgeFilesLines
* Set link-local address of tun interface with prefixlen = 64ume2003-04-041-7/+7
* Correctly handle ifr.ifr_flags/ifr.ifr_flagshigh like ifconfig(8) does.sobomax2002-08-291-3/+6
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_brian2002-08-271-0/+1
* Remove whitespace at the end of lines.brian2002-06-151-2/+2
* o Clean up some #includesbrian2002-05-141-2/+0
* socket()s first argument should be a protocol family rather than anbrian2002-01-161-1/+1
* Pay attention to failures to SIOCAIFADDR and SIOCDIFFADDR.brian2001-11-301-25/+39
* Add some DEBUG logging to tell us when interface addresses are beingbrian2001-11-301-0/+14
* Add a ``log'' command for logging specific information.brian2001-11-031-1/+1
* Some cosmetic changes to sync with OpenBSDbrian2001-08-271-0/+2
* o Enable IFF_MULTICAST when first opening the tun device (and keep the flagbrian2001-08-211-1/+8
* Properly change old interface addresses so that their destination isbrian2001-08-201-1/+2
* Avoid a compiler warningbrian2001-08-191-0/+2
* Don't show a prefixlen when a destination address is presentbrian2001-08-151-1/+2
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-232/+329
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerbrian2001-06-181-2/+3
* Handle situations where we've already got a P2P interface addressbrian2001-05-021-1/+6
* Be a bit more persistent when the NET_RT_IFLIST sysctl returns ENOMEMbrian2001-04-031-18/+27
* Bring the PPPoE interface UP if requiredbrian2001-03-281-6/+6
* If we're adding an interface address that is already one of the interface'sbrian2001-03-251-33/+52
* Mention the MTU in ``show iface''.brian2000-12-011-2/+2
* Don't mis-match interface names in iface_Create()brian2000-06-191-2/+3
* The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mibbrian2000-03-141-33/+35
* Don't set ifaddr::in_addrs to 1 after an ``iface clear'' on an interfacebrian2000-01-071-5/+7
* Add the -unit command line switch for specifying the tun device.brian1999-10-191-1/+3
* Correct a few diagnosticsbrian1999-10-161-3/+3
* 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
* Remember if MYADDR or HISADDR is used in a filter add tweak allbrian1999-05-311-2/+2
* Move the code for tweaking interface flags into one function.brian1999-05-271-1/+54
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-1/+2
* #include <errno.h>, not <sys/errno.h>brian1999-04-261-4/+4
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-2/+5
* Fix the interface alias code. Previously, I was expecting somethingbrian1998-10-261-12/+62
* Solve the ``first connection'' problem that occurs onbrian1998-10-221-0/+431
OpenPOWER on IntegriCloud