diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-28 10:05:08 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-28 10:05:08 +0200 |
commit | c725e1e67978f2b4ec883567b0184439fca60a6f (patch) | |
tree | a786e17d83db287c4aae638eda6880823502abfe /data/templates/wwan | |
parent | fa40d35b17f98afd363711917fbf56e97885814e (diff) | |
download | vyos-1x-c725e1e67978f2b4ec883567b0184439fca60a6f.tar.gz vyos-1x-c725e1e67978f2b4ec883567b0184439fca60a6f.zip |
wwan: T1988: fix missing MTU assignment
Diffstat (limited to 'data/templates/wwan')
-rw-r--r-- | data/templates/wwan/peer.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/wwan/peer.tmpl b/data/templates/wwan/peer.tmpl index cdedf02ad..aa759f741 100644 --- a/data/templates/wwan/peer.tmpl +++ b/data/templates/wwan/peer.tmpl @@ -10,6 +10,9 @@ linkname {{ ifname }} lcp-echo-failure 0 115200 debug +debug +mtu {{ mtu }} +mru {{ mtu }} nodefaultroute ipcp-max-failure 4 ipcp-accept-local |