48c88527b2
xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661), which works by opening a pseudo-tty for communicating with pppd. L2TP allows you to tunnel PPP over UDP. Some ISPs use L2TP to tunnel user sessions from dial-in servers (modem banks, ADSL DSLAMs) to back-end PPP servers. Another important application is Virtual Private Networks where the IPsec protocol is used to secure the L2TP connection (L2TP/IPsec, RFC 3193).
12 lines
323 B
Plaintext
12 lines
323 B
Plaintext
$OpenBSD: patch-examples_ppp-options_xl2tpd,v 1.1.1.1 2013/01/15 23:02:19 sthen Exp $
|
|
|
|
connect-delay not supported by our pppd
|
|
|
|
--- examples/ppp-options.xl2tpd.orig Tue Jan 15 22:16:15 2013
|
|
+++ examples/ppp-options.xl2tpd Tue Jan 15 22:17:33 2013
|
|
@@ -14,4 +14,3 @@ nodefaultroute
|
|
debug
|
|
lock
|
|
proxyarp
|
|
-connect-delay 5000
|