Date: Mon, 30 Oct 2000 04:39:43 -0800 (PST) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias alias.c alias_db.c alias_local.h alias_pptp.c Message-ID: <200010301239.EAA44306@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2000/10/30 04:39:43 PST Modified files: lib/libalias alias.c alias_db.c alias_local.h alias_pptp.c Log: A significant rewrite of PPTP aliasing code. PPTP links are no longer dropped by simple (and inappropriate in this case) "inactivity timeout" procedure, only when requested through the control connection. It is now possible to have multiple PPTP servers running behind NAT. Just redirect the incoming TCP traffic to port 1723, everything else is done transparently. Problems were reported and the fix was tested by: Michael Adler <Michael.Adler@compaq.com>, David Andersen <dga@lcs.mit.edu> Revision Changes Path 1.26 +13 -40 src/lib/libalias/alias.c 1.40 +112 -57 src/lib/libalias/alias_db.c 1.17 +15 -5 src/lib/libalias/alias_local.h 1.4 +129 -53 src/lib/libalias/alias_pptp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010301239.EAA44306>