summaryrefslogtreecommitdiff
path: root/net/l2tpd/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-04-16 13:53:27 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-04-16 13:53:27 +0000
commit5b063c85811b32dcea3c665c7a32d68f2eac04e4 (patch)
treebd443f96bdb55506cff2332ff11444080a32f796 /net/l2tpd/Makefile
parentLet pppd(8) control the IP address allocation. (diff)
When l2tpd(8) runs on a multi-homed machine, and you attempt to
establish an L2TP VPN connection to its external IP address from the Windows XP box on your LAN, l2tpd(8) will reply (UDP) from its local IP address, and not external IP address. Implement the new global option "address" to aid in overcoming this problem. Also helps in environments with complex NAT configurations. Bump PORTREVISION. Approved by: sobomax
Notes
Notes: svn path=/head/; revision=79082
Diffstat (limited to 'net/l2tpd/Makefile')
-rw-r--r--net/l2tpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/l2tpd/Makefile b/net/l2tpd/Makefile
index 2f46028f17b7..8ba1da7a2a39 100644
--- a/net/l2tpd/Makefile
+++ b/net/l2tpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= l2tpd
PORTVERSION= 0.69
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.l2tpd.org/downloads/