Some tweaks for Gateway6 job

svn path=/nixos/trunk/; revision=11496
This commit is contained in:
Michael Raskin 2008-04-08 21:41:01 +00:00
parent 3979844e22
commit 8c4ebbd24a
2 changed files with 10 additions and 0 deletions

View file

@ -1742,6 +1742,14 @@
";
};
waitPingableBroker = mkOption {
default = true;
example = false;
description = "
Whether to wait until tunnel broker returns ICMP echo.
";
};
};

View file

@ -13,6 +13,8 @@ let
everPing = cfg.everPing;
seccureKeys = config.security.seccureKeys;
waitPingableBroker = cfg.waitPingableBroker;
};
in
{