diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-26 20:00:14 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-26 20:01:19 +0200 |
commit | 12f566f4566c8ef115b15f0c11280cb3ea9a7673 (patch) | |
tree | 98359409a42b1286b7d50b20f8af452a6efa6bbf /interface-definitions/interfaces-pppoe.xml.in | |
parent | 2822a43dfa151ab577cb4d9d22f33247784cac13 (diff) | |
download | vyos-1x-12f566f4566c8ef115b15f0c11280cb3ea9a7673.tar.gz vyos-1x-12f566f4566c8ef115b15f0c11280cb3ea9a7673.zip |
pppoe-server: bugfix MPPE node definition
PPPoE server supports setting the MPPE preferences, it is implemented as node
with leafNodes for require, prefer and deny. This will render a wrong AccelPPP
configuration as it will be "None" if specified.
pppoe-server {
ppp-options {
mppe {
deny
require
}
}
}
instead it must be:
pppoe-server {
ppp-options {
mppe require
}
}
Diffstat (limited to 'interface-definitions/interfaces-pppoe.xml.in')
0 files changed, 0 insertions, 0 deletions