mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 11:10:16 +01:00
Support managing the loopback interface through NM as the users want to set the proper mtu for loopback interface when forwarding the packets. Additionally, the IP addresses, DNS, route and routing rules are also allowed to configure for the loopback connection profiles. https://bugzilla.redhat.com/show_bug.cgi?id=2060905
20 lines
544 B
XML
20 lines
544 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<node name="/">
|
|
<!--
|
|
org.freedesktop.NetworkManager.Device.Loopback:
|
|
@short_description: Loopback Device.
|
|
|
|
-->
|
|
<interface name="org.freedesktop.NetworkManager.Device.Loopback">
|
|
|
|
<!--
|
|
HwAddress:
|
|
|
|
Hardware address of the device.
|
|
n
|
|
DEPRECATED. Use the "HwAddress" property in "org.freedesktop.NetworkManager.Device" instead which exists since version NetworkManager 1.24.0.
|
|
-->
|
|
<property name="HwAddress" type="s" access="read"/>
|
|
|
|
</interface>
|
|
</node>
|