From c9d0719d29a7322cb8a57ba1e09a55a14eb288eb Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Sun, 30 Jan 2022 22:56:52 +0100
Subject: vidhar: improve lcp

---
 hosts/vidhar/network/dsl.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'hosts/vidhar')

diff --git a/hosts/vidhar/network/dsl.nix b/hosts/vidhar/network/dsl.nix
index ae2caec2..6ba774e4 100644
--- a/hosts/vidhar/network/dsl.nix
+++ b/hosts/vidhar/network/dsl.nix
@@ -25,7 +25,8 @@ in {
       peers.telekom.config = ''
         nodefaultroute
         ifname ${pppInterface}
-        lcp-echo-failure 1
+        lcp-echo-adaptive
+        lcp-echo-failure 2
         lcp-echo-interval 1
         maxfail 0
         mtu 1492
-- 
cgit v1.2.3