summaryrefslogtreecommitdiff
path: root/libnm/nm-types.h
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-10-10 11:04:32 +0200
committerLubomir Rintel <lkundrak@v3.sk>2017-10-30 17:40:09 +0100
commit3f74528a0b82a06e7be2734808ebfbde2b2588d4 (patch)
tree2d3a99467ff3ec926a9aca5ffe265d7f3e5a9ec1 /libnm/nm-types.h
parentc536d7e6664c25e477af1537bf780d238db8e01d (diff)
downloadNetworkManager-3f74528a0b82a06e7be2734808ebfbde2b2588d4.tar.gz
libnm: add support for ovs-bridge devices
Diffstat (limited to 'libnm/nm-types.h')
-rw-r--r--libnm/nm-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm/nm-types.h b/libnm/nm-types.h
index 631388d9c1..4310120fec 100644
--- a/libnm/nm-types.h
+++ b/libnm/nm-types.h
@@ -43,6 +43,7 @@ typedef struct _NMDeviceMacsec NMDeviceMacsec;
typedef struct _NMDeviceMacvlan NMDeviceMacvlan;
typedef struct _NMDeviceModem NMDeviceModem;
typedef struct _NMDeviceOlpcMesh NMDeviceOlpcMesh;
+typedef struct _NMDeviceOvsBridge NMDeviceOvsBridge;
typedef struct _NMDeviceOvsInterface NMDeviceOvsInterface;
typedef struct _NMDeviceOvsPort NMDeviceOvsPort;
typedef struct _NMDevicePpp NMDevicePpp;