From c32144bd1dad019155b2fec7e8832492397a8564 Mon Sep 17 00:00:00 2001 From: Yureka Date: Tue, 25 Apr 2023 12:50:15 +0200 Subject: [PATCH] nixos/tests/pppd: fix with ppp 2.5.0 --- nixos/tests/pppd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/tests/pppd.nix b/nixos/tests/pppd.nix index e714a6c21a6c..d599f918036f 100644 --- a/nixos/tests/pppd.nix +++ b/nixos/tests/pppd.nix @@ -28,7 +28,7 @@ import ./make-test-python.nix ( "ppp/pppoe-server-options".text = '' lcp-echo-interval 10 lcp-echo-failure 2 - plugin rp-pppoe.so + plugin pppoe.so require-chap nobsdcomp noccp @@ -43,7 +43,7 @@ import ./make-test-python.nix ( enable = true; peers.test = { config = '' - plugin rp-pppoe.so eth1 + plugin pppoe.so eth1 name "flynn" noipdefault persist