| Argument | Type | Description |
|---|
| name | string | |
| mac-address | macAddr | |
| mtu | num | |
| interface | iface_enum | Only interfaces with a MAC address are supported for macvlan |
| mode | enum (private | bridge) { private:1, bridge:4 } | In bridge mode macvlan interfaces are allowed to talk to eachother |
| arp | enum (disabled | enabled | proxy-arp | reply-only | local-proxy-arp) { disabled:0, enabled:1, proxy-arp:2, reply-only:3, local-proxy-arp:4 } | |
| arp-timeout | alt { arp-timeout: enum (auto) { auto:0 }
, arp-timeout: time
} | |
| arp-accept | bool | |
| loop-protect | enum (default | off | on) { default:0, off:1, on:2 } | |
| loop-protect-send-interval | time | |
| loop-protect-disable-time | time | |