Date: Wed, 11 Jul 2007 10:49:06 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp command.c ppp.8.m4 radius.c radius.h Message-ID: <200707111049.l6BAn6EK088101@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
novel 2007-07-11 10:49:06 UTC
FreeBSD src repository (ports committer)
Modified files: (Branch: RELENG_6)
usr.sbin/ppp command.c ppp.8.m4 radius.c radius.h
Log:
MFC command.c 1.307, radius.h 1.22, radius.c 1.54, ppp.8.m4 1.326:
Add a new option for ppp.conf: rad_port_id. It allows to
change the way of what ppp submits to the RADIUS server
as NAS-Port-Id. Possible options are: the PID of the process
owning the corresponding interface, tun(4) interface number,
interface index (as it would get returned by if_nametoindex(3)),
or it's possible to keep the default behavior. Check the ppp(8)
manual page for details.
MFC ppp.8.m4 1.327:
Cleanup after previous commit.
PR: bin/112764
Submitted by: novel (myself)
Approved by: flz
Revision Changes Path
1.305.2.1 +27 -1 src/usr.sbin/ppp/command.c
1.322.2.1 +21 -0 src/usr.sbin/ppp/ppp.8.m4
1.52.2.2 +27 -10 src/usr.sbin/ppp/radius.c
1.21.2.1 +6 -0 src/usr.sbin/ppp/radius.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707111049.l6BAn6EK088101>
