SettingMacvlan
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_setting_macvlan_get_type ()" ) ]
public sealed class SettingMacvlan :
Setting
Content:
Constants:
Properties:
- public uint mode { get; set; }
The macvlan mode, which specifies the communication mechanism between
multiple macvlans on the same lower device.
- public string parent { owned get; set; }
If given, specifies the parent interface name or parent connection UUID from
which this MAC-VLAN interface should be created.
- public bool promiscuous { get; set; }
Whether the interface should be put in promiscuous mode.
- public bool tap { get; set; }
Whether the interface should be a MACVTAP.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object