macvtap mac address
This commit is contained in:
parent
0e6d764517
commit
abedd98ac2
2 changed files with 5 additions and 3 deletions
|
|
@ -151,7 +151,8 @@ with lib;
|
|||
description = "Enable the MACVTap interface.";
|
||||
};
|
||||
mac = mkOption {
|
||||
type = types.str;
|
||||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
description = "MAC address for the MACVTap interface.";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue