| Top |
| guint | nm_device_geneve_get_id () |
| const char * | nm_device_geneve_get_remote () |
| guint | nm_device_geneve_get_dst_port () |
| guint | nm_device_geneve_get_tos () |
| guint | nm_device_geneve_get_ttl () |
| guint | nm_device_geneve_get_df () |
| #define | NM_DEVICE_GENEVE_ID |
| #define | NM_DEVICE_GENEVE_REMOTE |
| #define | NM_DEVICE_GENEVE_TOS |
| #define | NM_DEVICE_GENEVE_TTL |
| #define | NM_DEVICE_GENEVE_DST_PORT |
| #define | NM_DEVICE_GENEVE_DF |
| NMDeviceGeneve |
const char *
nm_device_geneve_get_remote (NMDeviceGeneve *device);
Since: 1.58
guint
nm_device_geneve_get_dst_port (NMDeviceGeneve *device);
Since: 1.58
“df” property “df” guchar
The Don't Fragment (DF) bit to set in outgoing packets.
Owner: NMDeviceGeneve
Flags: Read
Allowed values: <= 2
Default value: 0
Since: 1.58
“dst-port” property “dst-port” guint
The UDP destination port used to communicate with the remote GENEVE tunnel endpoint.
Owner: NMDeviceGeneve
Flags: Read
Allowed values: <= 65535
Default value: 0
Since: 1.58
“id” property “id” guint
The device's GENEVE ID.
Owner: NMDeviceGeneve
Flags: Read
Allowed values: <= 16777215
Default value: 0
Since: 1.58
“remote” property “remote” char *
The IP address of the remote tunnel endpoint.
Owner: NMDeviceGeneve
Flags: Read
Default value: NULL
Since: 1.58
“tos” property “tos” guchar
The TOS value to use in outgoing packets.
Owner: NMDeviceGeneve
Flags: Read
Default value: 0
Since: 1.58