From c2de0d98ba39e0a1a970d066fd19be786092f376 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 1 Mar 2016 16:55:22 +0100 Subject: Imported Upstream version 1.1.91 --- examples/python/dbus/list-devices.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/python') diff --git a/examples/python/dbus/list-devices.py b/examples/python/dbus/list-devices.py index b8e0058b..8dd41f61 100755 --- a/examples/python/dbus/list-devices.py +++ b/examples/python/dbus/list-devices.py @@ -36,6 +36,11 @@ devtypes = { 1: "Ethernet", 13: "Bridge", 14: "Generic", 15: "Team" + 16: "TUN" + 17: "IPTunnel" + 18: "MACVLAN" + 19: "VXLAN" + 20: "Veth" } states = { 0: "Unknown", -- cgit 1.3.0-6-gf8a5