Top | ![]() |
![]() |
![]() |
![]() |
#define | NM_SETTING_BRIDGE_PORT_SETTING_NAME |
#define | NM_SETTING_BRIDGE_PORT_PRIORITY |
#define | NM_SETTING_BRIDGE_PORT_PATH_COST |
#define | NM_SETTING_BRIDGE_PORT_HAIRPIN_MODE |
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
);