summaryrefslogtreecommitdiff
path: root/src/nm-types.h
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-03-09 15:48:24 +0100
committerLubomir Rintel <lkundrak@v3.sk>2018-06-26 16:21:54 +0200
commitc630a6a2c9a3987042ba80f1e09839eac010c546 (patch)
treedcd207892f489e3428ec1bf04ad4f82aa9e3c22e /src/nm-types.h
parent4e3d2f5a8541a5c5a22c8295c89c7d20352cbaf1 (diff)
downloadNetworkManager-c630a6a2c9a3987042ba80f1e09839eac010c546.tar.gz
platform/linux: recognize 6LoWPAN links
Diffstat (limited to 'src/nm-types.h')
-rw-r--r--src/nm-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nm-types.h b/src/nm-types.h
index 5eee83fa55..a441a7a32d 100644
--- a/src/nm-types.h
+++ b/src/nm-types.h
@@ -151,6 +151,7 @@ typedef enum {
NM_LINK_TYPE_WWAN_NET, /* WWAN kernel netdevice */
NM_LINK_TYPE_WIMAX,
NM_LINK_TYPE_WPAN,
+ NM_LINK_TYPE_6LOWPAN,
/* Software types */
NM_LINK_TYPE_BNEP = 0x10000, /* Bluetooth Ethernet emulation */