Interface SetLinkMacvlanMacvtapTypeArgs

Set link macvlan & macvtap type arguments.

Hierarchy

  • SetLinkMacvlanMacvtapTypeArgs

Properties

add?: string

Add MACADDR to allowed list.

bcqueuelen?: number

Set the length of the RX queue used to process broadcast and multicast packets. LENGTH must be a positive integer in the range [0-4294967295].

Setting a length of 0 will effectively drop all broadcast/multicast traffic. If not specified the macvlan driver default (1000) is used.

Note that all macvlans that share the same un‐derlying device are using the same queue. The parameter here is a request, the actual queue length used will be the maximum length that any macvlan interface has requested.

When listing device parameters both the bcqueuelen parameter as well as the actual used bcqueuelen are listed to better help the user understand the setting.

del?: string

Remove MACADDR from allowed list.

flush?: true

Flush whole allowed list.

macaddr?: true

Modify list of allowed macaddr for link in source mode.

set?: string

Replace allowed list.

Generated using TypeDoc