SettingGeneve
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_setting_geneve_get_type ()" ) ]
public class SettingGeneve :
Setting
Content:
Constants:
Properties:
- public uint destination_port { get; set; }
Specifies the UDP destination port to communicate to the remote GENEVE
tunnel endpoint.
- public int df { get; set; }
Specifies how the Don't Fragment (DF) flag should be handled in the
outer IP header of GENEVE tunnel packets.
- public uint id { get; set; }
Specifies the GENEVE Network Identifier (or GENEVE Segment Identifier)
to use.
- public string remote { owned get; set; }
Specifies the unicast destination IP address to use in outgoing
packets when communicating with the remote GENEVE tunnel endpoint.
- public uint tos { get; set; }
Specifies the TOS value to use in outgoing packets.
- public int ttl { get; set; }
Specifies the time-to-live value to use in outgoing packets.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object