Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Nov 2006 17:36:58 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/pppd Makefile eui64.c ipv6cp.c ipv6cp.h main.c options.c pathnames.h pppd.8 pppd.h sys-bsd.c
Message-ID:  <200611121736.kACHawiG046575@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ume         2006-11-12 17:36:58 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/pppd        Makefile eui64.c ipv6cp.c ipv6cp.h main.c 
                         options.c pathnames.h pppd.8 pppd.h 
                         sys-bsd.c 
  Log:
  Teach an IPV6CP to pppd(8).
  The eui64.[ch] and ipv6cp.[ch] were taken from ppp-2.3.11.
  However, our stock pppd(8) doesn't provide option_t nor some
  utility functions.  So, I made some hacks to adjust to our
  stock pppd(8).
  The sys_bsd.c part was taken from NetBSD with some
  modifications to adjust to our stock pppd(8).
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.31      +5 -0      src/usr.sbin/pppd/Makefile
  1.2       +6 -0      src/usr.sbin/pppd/eui64.c
  1.2       +21 -78    src/usr.sbin/pppd/ipv6cp.c
  1.2       +3 -0      src/usr.sbin/pppd/ipv6cp.h
  1.22      +6 -0      src/usr.sbin/pppd/main.c
  1.25      +113 -0    src/usr.sbin/pppd/options.c
  1.11      +6 -1      src/usr.sbin/pppd/pathnames.h
  1.27      +47 -2     src/usr.sbin/pppd/pppd.8
  1.14      +16 -0     src/usr.sbin/pppd/pppd.h
  1.21      +129 -1    src/usr.sbin/pppd/sys-bsd.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611121736.kACHawiG046575>