9 description = lib.mdDoc ''
10 IP address, optionally with a netmask: IPADDR[/MASK]
15 type = types.nullOr types.str;
17 description = lib.mdDoc ''
18 The broadcast address on the interface.
23 type = types.nullOr types.str;
25 description = lib.mdDoc ''
26 The name of the device to add the address to.
31 type = types.nullOr types.str;
33 description = lib.mdDoc ''
34 The scope of the area where this address is valid.
39 type = types.nullOr types.str;
41 description = lib.mdDoc ''
42 Each address may be tagged with a label string. In order to preserve
43 compatibility with Linux-2.0 net aliases, this string must coincide with
44 the name of the device or must be prefixed with the device name followed