NM.DeviceVxlan¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.DeviceVxlan(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
New in version 1.2.
- get_ageing()¶
- Returns:
the lifetime in seconds of FDB entries learnt by the kernel
- Return type:
New in version 1.2.
- get_carrier()¶
- Returns:
True
if the device has carrier.This property is not implemented yet, and the function always returns
False
.- Return type:
Whether the device has carrier.
New in version 1.42.
- get_group()¶
- Returns:
The unicast destination IP address or the multicast IP address joined
- Return type:
New in version 1.2.
- get_l2miss()¶
- Returns:
whether netlink LL ADDR miss notifications are generated
- Return type:
New in version 1.2.
- get_l3miss()¶
- Returns:
whether netlink IP ADDR miss notifications are generated
- Return type:
New in version 1.2.
- get_limit()¶
- Returns:
the maximum number of entries that can be added to the forwarding table
- Return type:
New in version 1.2.
- get_local()¶
- Returns:
the source IP address to use in outgoing packets
- Return type:
New in version 1.2.
Property Details¶
- NM.DeviceVxlan.props.ageing¶
-
The lifetime in seconds of FDB entries learnt by the kernel.
New in version 1.2.
- NM.DeviceVxlan.props.carrier¶
-
Whether the device has carrier.
This property is not implemented yet, and the property is always
False
.New in version 1.2.
- NM.DeviceVxlan.props.dst_port¶
-
The UDP destination port used to communicate with the remote VXLAN tunnel endpoint.
New in version 1.2.
- NM.DeviceVxlan.props.group¶
-
The unicast destination IP address used in outgoing packets when the destination link layer address is not known in the VXLAN device forwarding database or the multicast IP address joined.
New in version 1.2.
- NM.DeviceVxlan.props.id¶
-
The device’s VXLAN ID.
New in version 1.2.
- NM.DeviceVxlan.props.l2miss¶
-
Whether netlink LL ADDR miss notifications are generated.
New in version 1.2.
- NM.DeviceVxlan.props.l3miss¶
-
Whether netlink IP ADDR miss notifications are generated.
New in version 1.2.
- NM.DeviceVxlan.props.learning¶
-
Whether unknown source link layer addresses and IP addresses are entered into the VXLAN device forwarding database.
New in version 1.2.
- NM.DeviceVxlan.props.limit¶
-
The maximum number of entries that can be added to the forwarding table.
New in version 1.2.
- NM.DeviceVxlan.props.local¶
-
The source IP address to use in outgoing packets.
New in version 1.2.
- NM.DeviceVxlan.props.parent¶
-
The devices’s parent device.
New in version 1.2.
- NM.DeviceVxlan.props.proxy¶
-
Whether ARP proxy is turned on.
New in version 1.2.
- NM.DeviceVxlan.props.rsc¶
-
Whether route short circuit is turned on.
New in version 1.2.
- NM.DeviceVxlan.props.src_port_max¶
-
The maximum UDP source port used to communicate with the remote VXLAN tunnel endpoint.
New in version 1.2.
- NM.DeviceVxlan.props.src_port_min¶
-
The minimum UDP source port used to communicate with the remote VXLAN tunnel endpoint.
New in version 1.2.
- NM.DeviceVxlan.props.tos¶
- Name:
tos
- Type:
- Default Value:
0
- Flags:
The TOS value to use in outgoing packets.
New in version 1.2.