forked from dan/liminix
make nodefaultroute explicit in ppp
This commit is contained in:
parent
0c0d0eed8a
commit
500a3c1025
@ -65,6 +65,7 @@ let
|
||||
"ipparam" name
|
||||
"nodetach"
|
||||
"usepeerdns"
|
||||
"nodefaultroute"
|
||||
"logfd" "2"
|
||||
];
|
||||
|
||||
|
@ -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 "";
|
||||
|
Loading…
Reference in New Issue
Block a user