summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/iface.c
Commit message (Expand)AuthorAgeFilesLines
* ppp(8): fix code producing debugging logsEugene Grosbein2018-02-101-10/+14
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Before returning because of an memory allocation error, free the memoryStephen J. Kiernan2017-06-061-0/+1
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-3/+0
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+1
* Add "iface name" and "iface description" commands.Brian Somers2011-02-071-9/+119
* In case the peer address was already configured on the interfaceBjoern A. Zeeb2009-04-131-0/+1
* ifr_flagshigh is FreeBSD specificBrian Somers2005-01-101-0/+6
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-5/+9
* Set link-local address of tun interface with prefixlen = 64Hajimu UMEMOTO2003-04-041-7/+7
* Correctly handle ifr.ifr_flags/ifr.ifr_flagshigh like ifconfig(8) does.Maxim Sobolev2002-08-291-3/+6
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* Remove whitespace at the end of lines.Brian Somers2002-06-151-2/+2
* o Clean up some #includesBrian Somers2002-05-141-2/+0
* socket()s first argument should be a protocol family rather than anBrian Somers2002-01-161-1/+1
* Pay attention to failures to SIOCAIFADDR and SIOCDIFFADDR.Brian Somers2001-11-301-25/+39
* Add some DEBUG logging to tell us when interface addresses are beingBrian Somers2001-11-301-0/+14
* Add a ``log'' command for logging specific information.Brian Somers2001-11-031-1/+1
* Some cosmetic changes to sync with OpenBSDBrian Somers2001-08-271-0/+2
* o Enable IFF_MULTICAST when first opening the tun device (and keep the flagBrian Somers2001-08-211-1/+8
* Properly change old interface addresses so that their destination isBrian Somers2001-08-201-1/+2
* Avoid a compiler warningBrian Somers2001-08-191-0/+2
* Don't show a prefixlen when a destination address is presentBrian Somers2001-08-151-1/+2
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-232/+329
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerBrian Somers2001-06-181-2/+3
* Handle situations where we've already got a P2P interface addressBrian Somers2001-05-021-1/+6
* Be a bit more persistent when the NET_RT_IFLIST sysctl returns ENOMEMBrian Somers2001-04-031-18/+27
* Bring the PPPoE interface UP if requiredBrian Somers2001-03-281-6/+6
* If we're adding an interface address that is already one of the interface'sBrian Somers2001-03-251-33/+52
* Mention the MTU in ``show iface''.Brian Somers2000-12-011-2/+2
* Don't mis-match interface names in iface_Create()Brian Somers2000-06-191-2/+3
* The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mibBrian Somers2000-03-141-33/+35
* Don't set ifaddr::in_addrs to 1 after an ``iface clear'' on an interfaceBrian Somers2000-01-071-5/+7
* Add the -unit command line switch for specifying the tun device.Brian Somers1999-10-191-1/+3
* Correct a few diagnosticsBrian Somers1999-10-161-3/+3
* 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
* Remember if MYADDR or HISADDR is used in a filter add tweak allBrian Somers1999-05-311-2/+2
* Move the code for tweaking interface flags into one function.Brian Somers1999-05-271-1/+54
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-1/+2
* #include <errno.h>, not <sys/errno.h>Brian Somers1999-04-261-4/+4
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+5
* Fix the interface alias code. Previously, I was expecting somethingBrian Somers1998-10-261-12/+62
* Solve the ``first connection'' problem that occurs onBrian Somers1998-10-221-0/+431