mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
nixos/tests/pppd: fix with ppp 2.5.0
This commit is contained in:
parent
c6d71ab781
commit
c32144bd1d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue