SettingBridgePort
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_setting_bridge_port_get_type ()" ) ]
public sealed class SettingBridgePort :
Setting
Content:
Properties:
- public bool hairpin_mode { get; set; }
Enables or disables "hairpin mode" for the port, which allows frames to be
sent back out through the port the frame was received on.
- public uint path_cost { get; set; }
The Spanning Tree Protocol (STP) port cost for destinations via this port.
- public uint priority { get; set; }
The Spanning Tree Protocol (STP) priority of this bridge port.
- public GenericArray<BridgeVlan> vlans { owned get; set; }
Array of bridge VLAN objects.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object