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:
Added in version 1.2.
- get_ageing()¶
- Returns:
the lifetime in seconds of FDB entries learnt by the kernel
- Return type:
Added in version 1.2.
- get_carrier()¶
- Returns:
Trueif the device has carrier.This property is not implemented yet, and the function always returns
False.- Return type:
Whether the device has carrier.
Added in version 1.42.
- get_group()¶
- Returns:
The unicast destination IP address or the multicast IP address joined
- Return type:
Added in version 1.2.
- get_l2miss()¶
- Returns:
whether netlink LL ADDR miss notifications are generated
- Return type:
Added in version 1.2.
- get_l3miss()¶
- Returns:
whether netlink IP ADDR miss notifications are generated
- Return type:
Added in version 1.2.
- get_learning()¶
- Returns:
whether address learning is enabled
- Return type:
Added in version 1.2.
- get_limit()¶
- Returns:
the maximum number of entries that can be added to the forwarding table
- Return type:
Added in version 1.2.
- get_local()¶
- Returns:
the source IP address to use in outgoing packets
- Return type:
Added in version 1.2.
- get_rsc()¶
- Returns:
whether route short circuit is turned on
- Return type:
Added in version 1.42.
Property Details¶
- NM.DeviceVxlan.props.ageing¶
-
The lifetime in seconds of FDB entries learnt by the kernel.
Added 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.Added in version 1.2.
- NM.DeviceVxlan.props.dst_port¶
-
The UDP destination port used to communicate with the remote VXLAN tunnel endpoint.
Added 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.
Added in version 1.2.
- NM.DeviceVxlan.props.id¶
-
The device’s VXLAN ID.
Added in version 1.2.
- NM.DeviceVxlan.props.l2miss¶
-
Whether netlink LL ADDR miss notifications are generated.
Added in version 1.2.
- NM.DeviceVxlan.props.l3miss¶
-
Whether netlink IP ADDR miss notifications are generated.
Added 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.
Added in version 1.2.
- NM.DeviceVxlan.props.limit¶
-
The maximum number of entries that can be added to the forwarding table.
Added in version 1.2.
- NM.DeviceVxlan.props.local¶
-
The source IP address to use in outgoing packets.
Added in version 1.2.
- NM.DeviceVxlan.props.parent¶
-
The devices’s parent device.
Added in version 1.2.
- NM.DeviceVxlan.props.proxy¶
-
Whether ARP proxy is turned on.
Added in version 1.2.
- NM.DeviceVxlan.props.rsc¶
-
Whether route short circuit is turned on.
Added in version 1.2.
- NM.DeviceVxlan.props.src_port_max¶
-
The maximum UDP source port used to communicate with the remote VXLAN tunnel endpoint.
Added in version 1.2.
- NM.DeviceVxlan.props.src_port_min¶
-
The minimum UDP source port used to communicate with the remote VXLAN tunnel endpoint.
Added in version 1.2.
- NM.DeviceVxlan.props.tos¶
- Name:
tos- Type:
- Default Value:
0- Flags:
The TOS value to use in outgoing packets.
Added in version 1.2.