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/shell/list-devices.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/shell') diff --git a/examples/shell/list-devices.sh b/examples/shell/list-devices.sh index dba82261..c5c41140 100755 --- a/examples/shell/list-devices.sh +++ b/examples/shell/list-devices.sh @@ -48,6 +48,11 @@ devtype_to_name() 13) echo "Bridge" ;; 14) echo "Generic" ;; 15) echo "Team" ;; + 16) echo "TUN" ;; + 17) echo "IPTunnel" ;; + 18) echo "MACVLAN" ;; + 19) echo "VXLAN" ;; + 20) echo "Veth" ;; *) echo "Unknown" ;; esac } -- cgit 1.3.0-6-gf8a5