diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2017-01-31 14:14:33 +0100 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2017-02-22 21:05:04 +0100 |
commit | b42f780e045c69e6b2c350dcd6de760c673a78e0 (patch) | |
tree | 6e85123cb2117d360afed7c40b2566cb3b075d61 /po | |
parent | 1bf2d3b0495ce56132e601f6d68f403c99889739 (diff) | |
download | NetworkManager-b42f780e045c69e6b2c350dcd6de760c673a78e0.tar.gz |
core: add support for dummy devices
Add support for creating dummy devices. This commit adds a D-Bus
interface 'org.freedesktop.NetworkManager.Device.Dummy' which is used
primarily for determining the device type but does not carry any
properties.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index d9faa7b112..3bdf6d79b3 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -123,6 +123,7 @@ libnm/nm-device-adsl.c libnm/nm-device-bond.c libnm/nm-device-bridge.c libnm/nm-device-bt.c +libnm/nm-device-dummy.c libnm/nm-device-ethernet.c libnm/nm-device-generic.c libnm/nm-device-tun.c @@ -157,6 +158,7 @@ src/devices/bluetooth/nm-bluez-device.c src/devices/bluetooth/nm-device-bt.c src/devices/nm-device-bond.c src/devices/nm-device-bridge.c +src/devices/nm-device-dummy.c src/devices/nm-device-ethernet.c src/devices/nm-device-ethernet-utils.c src/devices/nm-device-infiniband.c |