Date: Sun, 19 Nov 2006 07:27:43 +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 eui64.h ipv6cp.c ipv6cp.h main.c options.c pathnames.h pppd.8 pppd.h sys-bsd.c Message-ID: <200611190727.kAJ7Rh8A023499@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2006-11-19 07:27:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pppd Makefile main.c options.c pathnames.h pppd.8 pppd.h sys-bsd.c Added files: (Branch: RELENG_6) usr.sbin/pppd eui64.c eui64.h ipv6cp.c ipv6cp.h Log: MFC: 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). usr.sbin/pppd/Makefile: 1.31 usr.sbin/pppd/eui64.c: 1.2 usr.sbin/pppd/eui64.h: 1.1 usr.sbin/pppd/ipv6cp.c: 1.2 usr.sbin/pppd/ipv6cp.h: 1.2 usr.sbin/pppd/main.c: 1.22 usr.sbin/pppd/options.c: 1.25 usr.sbin/pppd/pathnames.h: 1.11 usr.sbin/pppd/pppd.8: 1.27 usr.sbin/pppd/pppd.h: 1.14 usr.sbin/pppd/sys-bsd.c: 1.21 Revision Changes Path 1.29.2.1 +5 -0 src/usr.sbin/pppd/Makefile 1.2.2.1 +46 -0 src/usr.sbin/pppd/eui64.c (new) 1.1.1.1.2.1 +98 -0 src/usr.sbin/pppd/eui64.h (new) 1.2.2.1 +1421 -0 src/usr.sbin/pppd/ipv6cp.c (new) 1.2.2.1 +129 -0 src/usr.sbin/pppd/ipv6cp.h (new) 1.21.12.1 +6 -0 src/usr.sbin/pppd/main.c 1.24.14.1 +113 -0 src/usr.sbin/pppd/options.c 1.10.14.1 +6 -1 src/usr.sbin/pppd/pathnames.h 1.25.8.2 +47 -2 src/usr.sbin/pppd/pppd.8 1.13.34.1 +16 -0 src/usr.sbin/pppd/pppd.h 1.20.8.1 +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?200611190727.kAJ7Rh8A023499>