keepalived: use ints.between

Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
This commit is contained in:
Arthur Gautier 2023-07-14 20:52:48 +00:00
parent c8920fc6d9
commit ee38adc8e2

View File

@ -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).