keepalived: use ints.between
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
This commit is contained in:
parent
c8920fc6d9
commit
ee38adc8e2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ with lib;
|
|||
};
|
||||
|
||||
virtualRouterId = mkOption {
|
||||
type = types.int;
|
||||
type = types.ints.between 1 255;
|
||||
description = lib.mdDoc ''
|
||||
Arbitrary unique number 1..255. Used to differentiate multiple instances
|
||||
of vrrpd running on the same NIC (and hence same socket).
|
||||
|
|
Loading…
Reference in a new issue