summaryrefslogtreecommitdiff
path: root/examples/shell
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-02-23 17:40:54 +0100
committerThomas Haller <thaller@redhat.com>2016-02-23 23:15:37 +0100
commit1b00009169254d0a8fc9c2da1ccd99a716d2715f (patch)
treeb622e9dfe46413ee749853639832ab5d854cc652 /examples/shell
parent26718e989ecd31d179e5ae2406a52acb49a73dd5 (diff)
downloadNetworkManager-1b00009169254d0a8fc9c2da1ccd99a716d2715f.tar.gz
device: add new NMDeviceType NM_DEVICE_TYPE_VETH
Based-on-patch-by: Jiří Klimeš <jklimes@redhat.com>
Diffstat (limited to 'examples/shell')
-rwxr-xr-xexamples/shell/list-devices.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/shell/list-devices.sh b/examples/shell/list-devices.sh
index 817c8b7cc4..c5c4114012 100755
--- a/examples/shell/list-devices.sh
+++ b/examples/shell/list-devices.sh
@@ -52,6 +52,7 @@ devtype_to_name()
17) echo "IPTunnel" ;;
18) echo "MACVLAN" ;;
19) echo "VXLAN" ;;
+ 20) echo "Veth" ;;
*) echo "Unknown" ;;
esac
}