libvirt/tests/interfaceschemadata
Michal Privoznik 3db89662c2 virInterface: Expose link state & speed
Currently it is not possible to determine the speed of an interface
and whether a link is actually detected from the API. Orchestrating
platforms want to be able to determine when the link has failed and
where multiple speeds may be available which one the interface is
actually connected at. This commit introduces an extension to our
interface XML (without implementation to interface driver backends):

  <interface type='ethernet' name='eth0'>
    <start mode='none'/>
    <mac address='aa:bb:cc:dd:ee:ff'/>
    <link speed='1000' state='up'/>
    <mtu size='1492'/>
    ...
  </interface>

Where @speed is negotiated link speed in Mbits per second, and state
is the current NIC state (can be one of the following:  "unknown",
"notpresent", "down", "lowerlayerdown","testing", "dormant", "up").

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2014-06-11 09:13:32 +02:00
..
bond-arp.xml Update interface.rng and xml test files to match netcf 0.1.5 2010-01-19 21:13:03 +01:00
bond.xml Update interface.rng and xml test files to match netcf 0.1.5 2010-01-19 21:13:03 +01:00
bridge42.xml Update interface.rng and xml test files to match netcf 0.1.5 2010-01-19 21:13:03 +01:00
bridge-bond.xml Update interface.rng and xml test files to match netcf 0.1.5 2010-01-19 21:13:03 +01:00
bridge-empty.xml Update interface.rng and xml test files to match netcf 0.1.5 2010-01-19 21:13:03 +01:00
bridge-no-address.xml virInterface: Expose link state & speed 2014-06-11 09:13:32 +02:00
bridge-vlan.xml Update interface.rng and xml test files to match netcf 0.1.5 2010-01-19 21:13:03 +01:00
bridge.xml virInterface: Expose link state & speed 2014-06-11 09:13:32 +02:00
ethernet-dhcp.xml virInterface: Expose link state & speed 2014-06-11 09:13:32 +02:00
ethernet-static-no-prefix.xml Add netcf XML schemas and test data 2009-07-15 20:16:36 +02:00
ethernet-static.xml Add netcf XML schemas and test data 2009-07-15 20:16:36 +02:00
ipv6-autoconf-dhcp.xml Update interface.rng and xml test files to match netcf 0.1.5 2010-01-19 21:13:03 +01:00
ipv6-autoconf.xml Update interface.rng and xml test files to match netcf 0.1.5 2010-01-19 21:13:03 +01:00
ipv6-dhcp.xml Update interface.rng and xml test files to match netcf 0.1.5 2010-01-19 21:13:03 +01:00
ipv6-local.xml Update interface.rng and xml test files to match netcf 0.1.5 2010-01-19 21:13:03 +01:00
ipv6-static-multi.xml Update interface.rng and xml test files to match netcf 0.1.5 2010-01-19 21:13:03 +01:00
ipv6-static.xml Update interface.rng and xml test files to match netcf 0.1.5 2010-01-19 21:13:03 +01:00
vlan.xml Add netcf XML schemas and test data 2009-07-15 20:16:36 +02:00