summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ipv6cp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple instances of the following clang 3.6.0 warning in ppp:dim2015-01-281-2/+2
* Ethernet vlan(4) interfaces have valid Ethernet link layer addresses butjhb2010-08-061-0/+1
* Conditionally add the interface name and address if availablebz2009-04-201-1/+1
* Add a radius_Flush() function that waits for the response (or timeout) tobrian2005-01-271-0/+1
* Make ppp WARNS=5 cleanbrian2004-09-051-5/+7
* Do RADIUS accounting on IPV6CP.ume2003-06-191-2/+41
* Install routes specified by Framed-IPv6-Route. Since the formatume2003-06-191-1/+1
* MYADDR6 in ppp.link{up,down} should match even when IPCP is enabled.ume2003-06-161-24/+20
* Add missing header for system_Select() prototypekris2003-06-121-0/+1
* Set link-local address of tun interface with prefixlen = 64ume2003-04-041-1/+1
* Once ppp session is over, the route to ff02::tun0/32 wasume2003-03-251-1/+12
* Since ppp.link{up,down} is invoked at the end of IPCP negotiation, ifume2003-03-251-2/+32
* - made ppp compliant to RFC 2472 (based on a patch from anotherbrian2002-08-291-47/+147
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_brian2002-08-271-0/+1
* Make the way FSM options are processed easier to read by using structuresbrian2002-04-161-49/+35
* Add a missing % in a format string.brian2001-08-191-1/+1
* Back out the previous fix to deal with kernels that don't support IPv6,brian2001-08-181-11/+12
* Run correctly on a machine built without AF_INET6 supportbrian2001-08-181-1/+7
* Specify the gateway address when updating the MTU and send/recv pipebrian2001-08-161-3/+13
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-0/+601
OpenPOWER on IntegriCloud