diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-10-08 17:14:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-08 17:14:08 +0100 |
commit | 07758d372bbc9b3633e29476afa95bc2861bee15 (patch) | |
tree | af51c0a604609874fe0a8d367fca92238d7657f5 /data | |
parent | da4006c2a784ff06cf3af3aad6adee7fef8a5330 (diff) | |
parent | ab2aeec41a2ef34730b9dc8894b184e0bf00b147 (diff) | |
download | vyos-1x-07758d372bbc9b3633e29476afa95bc2861bee15.tar.gz vyos-1x-07758d372bbc9b3633e29476afa95bc2861bee15.zip |
Merge pull request #2347 from c-po/equuleus
pppoe: T5630: allow to specify MRU in addition to already configurable MTU (backport #2335)
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/pppoe/peer.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/pppoe/peer.tmpl b/data/templates/pppoe/peer.tmpl index b681bea77..536d484de 100644 --- a/data/templates/pppoe/peer.tmpl +++ b/data/templates/pppoe/peer.tmpl @@ -50,7 +50,7 @@ ifname {{ ifname }} ipparam {{ ifname }} debug mtu {{ mtu }} -mru {{ mtu }} +mru {{ mru }} {% if authentication is defined %} {{ 'user "' + authentication.user + '"' if authentication.user is defined }} |