diff options
Diffstat (limited to 'libnm/nm-device-vxlan.h')
| -rw-r--r-- | libnm/nm-device-vxlan.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-device-vxlan.h b/libnm/nm-device-vxlan.h index 1fb63597..70c7ed51 100644 --- a/libnm/nm-device-vxlan.h +++ b/libnm/nm-device-vxlan.h @@ -55,6 +55,9 @@ G_BEGIN_DECLS #define NM_DEVICE_VXLAN_L3MISS "l3miss" #define NM_DEVICE_VXLAN_DST_PORT "dst-port" +/** + * NMDeviceVxlan: + */ struct _NMDeviceVxlan { NMDevice parent; }; |