summaryrefslogtreecommitdiff
path: root/src/libnm-platform/nmp-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnm-platform/nmp-object.h')
-rw-r--r--src/libnm-platform/nmp-object.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libnm-platform/nmp-object.h b/src/libnm-platform/nmp-object.h
index d0c0463f13..345f597d3a 100644
--- a/src/libnm-platform/nmp-object.h
+++ b/src/libnm-platform/nmp-object.h
@@ -250,6 +250,10 @@ typedef struct {
} NMPObjectLnkBridge;
typedef struct {
+ NMPlatformLnkBond _public;
+} NMPObjectLnkBond;
+
+typedef struct {
NMPlatformLnkGre _public;
} NMPObjectLnkGre;
@@ -352,6 +356,9 @@ struct _NMPObject {
NMPlatformLnkBridge lnk_bridge;
NMPObjectLnkBridge _lnk_bridge;
+ NMPlatformLnkBond lnk_bond;
+ NMPObjectLnkBond _lnk_bond;
+
NMPlatformLnkGre lnk_gre;
NMPObjectLnkGre _lnk_gre;
@@ -493,6 +500,7 @@ _NMP_OBJECT_TYPE_IS_OBJ_WITH_IFINDEX(NMPObjectType obj_type)
case NMP_OBJECT_TYPE_TFILTER:
case NMP_OBJECT_TYPE_LNK_BRIDGE:
+ case NMP_OBJECT_TYPE_LNK_BOND:
case NMP_OBJECT_TYPE_LNK_GRE:
case NMP_OBJECT_TYPE_LNK_GRETAP:
case NMP_OBJECT_TYPE_LNK_INFINIBAND: