From 33491bc4279481db8ae47213e34a6d695a0e8830 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 6 Jul 2014 02:16:10 +0200 Subject: Imported Upstream version 0.9.10.0 --- examples/ruby/list-devices.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'examples/ruby/list-devices.rb') diff --git a/examples/ruby/list-devices.rb b/examples/ruby/list-devices.rb index a3bf90f5..710ccedc 100755 --- a/examples/ruby/list-devices.rb +++ b/examples/ruby/list-devices.rb @@ -25,6 +25,7 @@ require 'dbus' # This example lists basic information about network interfaces known to NM # +# For the types see include/NetworkManager.h devtypes = { 1 => "Ethernet", 2 => "Wi-Fi", 5 => "Bluetooth", @@ -34,7 +35,11 @@ devtypes = { 1 => "Ethernet", 9 => "InfiniBand", 10 => "Bond", 11 => "VLAN", - 12 => "ADSL" } + 12 => "ADSL", + 13 => "Bridge", + 14 => "Generic", + 15 => "Team" + } states = { 0 => "Unknown", 10 => "Unmanaged", -- cgit 1.3.0-6-gf8a5