netns: clarify addressblock description

This commit is contained in:
Erik Arvstedt
2020-08-25 11:40:26 +02:00
parent 4eb92df08c
commit 74f1610668
+1 -1
View File
@@ -44,7 +44,7 @@ in {
type = types.ints.u8;
default = "1";
description = ''
Specify the N address block in 169.254.N.0/24.
The address block N in 169.254.N.0/24, used as the prefix for netns addresses.
'';
};