Top | ![]() |
![]() |
![]() |
![]() |
The NMSettingBridgePort object is a NMSetting subclass that describes optional properties that apply to bridge ports.
NMSetting *
nm_setting_bridge_port_new (void
);
Creates a new NMSettingBridgePort object with default values.
guint16
nm_setting_bridge_port_get_priority (NMSettingBridgePort *setting
);
guint16
nm_setting_bridge_port_get_path_cost (NMSettingBridgePort *setting
);
gboolean
nm_setting_bridge_port_get_hairpin_mode
(NMSettingBridgePort *setting
);
“hairpin-mode”
property“hairpin-mode” gboolean
Enables or disables "hairpin mode" for the port, which allows frames to be sent back out through the port the frame was received on.
Flags: Read / Write
Default value: FALSE
“path-cost”
property“path-cost” guint
The Spanning Tree Protocol (STP) port cost for destinations via this port.
Flags: Read / Write / Construct
Allowed values: <= 65535
Default value: 100
“priority”
property“priority” guint
The Spanning Tree Protocol (STP) priority of this bridge port.
Flags: Read / Write / Construct
Allowed values: <= 63
Default value: 32