NM.SettingLoopback¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.SettingLoopback(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Loopback Link Settings
New in version 1.42.
- classmethod new()¶
- Returns:
the new empty
NM.SettingLoopback
object- Return type:
Creates a new
NM.SettingLoopback
object with default values.New in version 1.42.
- get_mtu()¶
- Returns:
the
NM.SettingLoopback
:mtu
property of the setting- Return type:
New in version 1.42.
Property Details¶
- NM.SettingLoopback.props.mtu¶
- Name:
mtu
- Type:
- Default Value:
0
- Flags:
If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames.
New in version 1.42.