summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ipv6cp.c
Commit message (Expand)AuthorAgeFilesLines
* Install routes specified by Framed-IPv6-Route. Since the formatHajimu UMEMOTO2003-06-191-1/+1
* MYADDR6 in ppp.link{up,down} should match even when IPCP is enabled.Hajimu UMEMOTO2003-06-161-24/+20
* Add missing header for system_Select() prototypeKris Kennaway2003-06-121-0/+1
* Set link-local address of tun interface with prefixlen = 64Hajimu UMEMOTO2003-04-041-1/+1
* Once ppp session is over, the route to ff02::tun0/32 wasHajimu UMEMOTO2003-03-251-1/+12
* Since ppp.link{up,down} is invoked at the end of IPCP negotiation, ifHajimu UMEMOTO2003-03-251-2/+32
* - made ppp compliant to RFC 2472 (based on a patch from anotherBrian Somers2002-08-291-47/+147
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* Make the way FSM options are processed easier to read by using structuresBrian Somers2002-04-161-49/+35
* Add a missing % in a format string.Brian Somers2001-08-191-1/+1
* Back out the previous fix to deal with kernels that don't support IPv6,Brian Somers2001-08-181-11/+12
* Run correctly on a machine built without AF_INET6 supportBrian Somers2001-08-181-1/+7
* Specify the gateway address when updating the MTU and send/recv pipeBrian Somers2001-08-161-3/+13
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-0/+601