summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhagbard-01 <39653662+hagbard-01@users.noreply.github.com>2020-01-06 08:51:37 -0800
committerGitHub <noreply@github.com>2020-01-06 08:51:37 -0800
commitc83d83da98b4521f14c4150c51d4ed4f52f3f902 (patch)
treefafdaecb8b46673415ff5806a68f8719f5985fb1 /src
parent5d67251bfd1fccf8b1d8b98569b0bce691fea0bd (diff)
parentec82979f675857f231ff5cfdc383d527a934cc79 (diff)
downloadvyos-1x-c83d83da98b4521f14c4150c51d4ed4f52f3f902.tar.gz
vyos-1x-c83d83da98b4521f14c4150c51d4ed4f52f3f902.zip
Merge pull request #198 from DmitriyEshenko/fix-pptp-names
pptp: T1946: Add pattern pptpX for interfaces
Diffstat (limited to 'src')
-rwxr-xr-xsrc/conf_mode/accel_pptp.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conf_mode/accel_pptp.py b/src/conf_mode/accel_pptp.py
index 1dd7efb3e..5741631b3 100755
--- a/src/conf_mode/accel_pptp.py
+++ b/src/conf_mode/accel_pptp.py
@@ -84,10 +84,11 @@ wins2={{wins[1]}}
{% endif %}
[pptp]
+ifname=pptp%d
{% if outside_addr %}
bind={{outside_addr}}
{% endif %}
-verbose=5
+verbose=1
ppp-max-mtu={{mtu}}
mppe={{authentication['mppe']}}
echo-interval=10