aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/pptp-linux/pptp-linux-1.8.0/options.pptp
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-03-04 20:27:19 -0500
committerJoe MacDonald <joe_macdonald@mentor.com>2016-04-01 12:05:27 -0400
commite6c6a5dfea7c452e0549194131ea3367a3e0459d (patch)
tree37718debc6a6353e46c0b40a3eb4a2010a4aec72 /meta-networking/recipes-protocols/pptp-linux/pptp-linux-1.8.0/options.pptp
parentc63ef2cb83274a2e48f0d02261f64ed735b2da40 (diff)
downloadmeta-openembedded-contrib-e6c6a5dfea7c452e0549194131ea3367a3e0459d.tar.gz
pptp-linux: update to 1.8.0
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-protocols/pptp-linux/pptp-linux-1.8.0/options.pptp')
-rw-r--r--meta-networking/recipes-protocols/pptp-linux/pptp-linux-1.8.0/options.pptp30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/pptp-linux/pptp-linux-1.8.0/options.pptp b/meta-networking/recipes-protocols/pptp-linux/pptp-linux-1.8.0/options.pptp
new file mode 100644
index 0000000000..f446e22a6a
--- /dev/null
+++ b/meta-networking/recipes-protocols/pptp-linux/pptp-linux-1.8.0/options.pptp
@@ -0,0 +1,30 @@
+#
+# Lock the port
+#
+lock
+
+#
+# We don't need the tunnel server to authenticate itself
+#
+noauth
+
+#
+# Turn off transmission protocols we know won't be used
+#
+nobsdcomp
+nodeflate
+
+#
+# We want MPPE
+# (option naming specific to ppp 2.4.0 with unofficial patch)
+#
+#mppe-40
+mppe-128
+#mppe-stateless
+
+#
+# We want a sane mtu/mru
+# (ppp 2.4.0 with unofficial patch)
+#
+#mtu 1000
+#mru 1000