This option allows you to define macvlan interfaces which should be automatically created.
Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
wan = {
interface = "enp2s0";
mode = "vepa";
};
}
This option allows you to define macvlan interfaces which should be automatically created.
attribute set of (submodule)
{ }
{
wan = {
interface = "enp2s0";
mode = "vepa";
};
}