make nodefaultroute explicit in ppp

This commit is contained in:
Daniel Barlow 2024-09-03 22:53:13 +01:00
parent 0c0d0eed8a
commit 500a3c1025
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@ let
"ipparam" name
"nodetach"
"usepeerdns"
"nodefaultroute"
"logfd" "2"
];

View File

@ -64,6 +64,7 @@ let
"ipparam" name
"nodetach"
"usepeerdns"
"nodefaultroute"
"logfd" "2"
];
timeoutOpt = if lcpEcho.interval != null then "-T ${builtins.toString (4 * lcpEcho.interval)}" else "";