summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-04-13 11:13:59 +0200
committertv <tv@krebsco.de>2017-04-13 11:13:59 +0200
commit79bcfa03edcf7eaeb69515c99af7522f893665f4 (patch)
treef56c276a91112c2728a07276b44a5b16d32f5032 /lib
parentf93e1d466f9454dc5e10ac9903cefa281407db29 (diff)
types.net: normalize IPv6 address
Diffstat (limited to 'lib')
-rw-r--r--lib/types.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/types.nix b/lib/types.nix
index 8a3c7648..f511541b 100644
--- a/lib/types.nix
+++ b/lib/types.nix
@@ -103,6 +103,7 @@ rec {
options = {
addr = mkOption {
type = addr6;
+ apply = lib.normalize-ip6-addr;
};
prefix = mkOption ({
type = str; # TODO routing prefix (CIDR)