2016-04-05 01:09:48 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<node name= "/" >
2013-06-04 10:31:22 -03:00
<interface name= "org.freedesktop.NetworkManager.Device.Vxlan" >
2016-04-05 01:09:48 +02:00
<!--
Parent:
The object path of the parent device (if the VXLAN is not purely internal
to this host).
-->
<property name= "Parent" type= "o" access= "read" />
<!--
HwAddress:
2013-06-04 10:31:22 -03:00
2015-10-14 10:52:09 +02:00
Hardware address of the device.
2016-04-05 01:09:48 +02:00
-->
<property name= "HwAddress" type= "s" access= "read" />
<!--
Id:
2015-10-14 10:52:09 +02:00
2013-06-04 10:31:22 -03:00
The VXLAN Network Identifier (VNI).
2016-04-05 01:09:48 +02:00
-->
<property name= "Id" type= "u" access= "read" />
<!--
Group:
2013-06-04 10:31:22 -03:00
The IP (v4 or v6) multicast group used to communicate with other physical
2016-04-05 01:09:48 +02:00
hosts on this VXLAN.
-->
<property name= "Group" type= "s" access= "read" />
<!--
Local:
2013-06-04 10:31:22 -03:00
The local IPv4 or IPv6 address to use when sending VXLAN packets to other
2016-04-05 01:09:48 +02:00
physical hosts.
-->
<property name= "Local" type= "s" access= "read" />
<!--
Tos:
The value to use in the IP ToS field for VXLAN packets sent to other
physical hosts.
-->
<property name= "Tos" type= "y" access= "read" />
<!--
Ttl:
The value to use in the IP TTL field for VXLAN packets sent to other
physical hosts.
-->
<property name= "Ttl" type= "y" access= "read" />
<!--
Learning:
2013-06-04 10:31:22 -03:00
True if the VXLAN dynamically learns remote IP addresses.
2016-04-05 01:09:48 +02:00
-->
<property name= "Learning" type= "b" access= "read" />
<!--
Ageing:
The interval in seconds at which the kernel purges stale cached addresses.
-->
<property name= "Ageing" type= "u" access= "read" />
<!--
Limit:
The maximum number of entries that can be added to the VXLAN's forwarding
table.
-->
<property name= "Limit" type= "u" access= "read" />
<!--
DstPort:
2013-06-04 10:31:22 -03:00
Destination port for outgoing VXLAN packets.
2016-04-05 01:09:48 +02:00
-->
<property name= "DstPort" type= "q" access= "read" />
<!--
SrcPortMin:
2013-06-04 10:31:22 -03:00
The lowest source port number to use for outgoing VXLAN packets.
2016-04-05 01:09:48 +02:00
-->
<property name= "SrcPortMin" type= "q" access= "read" />
<!--
SrcPortMax:
2013-06-04 10:31:22 -03:00
The highest source port number to use for outgoing VXLAN packets.
2016-04-05 01:09:48 +02:00
-->
<property name= "SrcPortMax" type= "q" access= "read" />
<!--
Proxy:
True if the VXLAN is implementing DOVE ARP proxying for remote clients.
-->
<property name= "Proxy" type= "b" access= "read" />
<!--
Rsc:
True if the VXLAN is implementing DOVE route short-circuiting of known
remote IP addresses.
-->
<property name= "Rsc" type= "b" access= "read" />
<!--
L2miss:
True if the VXLAN will emit netlink notifications of L2 switch misses.
-->
<property name= "L2miss" type= "b" access= "read" />
<!--
L3miss:
True if the VXLAN will emit netlink notifications of L3 switch misses.
-->
<property name= "L3miss" type= "b" access= "read" />
2013-06-04 10:31:22 -03:00
2016-04-05 01:09:48 +02:00
<!--
PropertiesChanged:
@properties: A dictionary mapping property names to variant boxed values
2016-09-01 13:38:20 +02:00
DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
2016-04-05 01:09:48 +02:00
-->
2013-06-04 10:31:22 -03:00
<signal name= "PropertiesChanged" >
2016-04-05 11:27:17 +02:00
<arg name= "properties" type= "a{sv}" />
2013-06-04 10:31:22 -03:00
</signal>
</interface>
</node>