Blame libnm/nm-property-infos-dbus.xml

Packit 5756e2
<nm-setting-docs>
Packit 5756e2
  <setting name="6lowpan">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="802-1x">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="adsl">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="bluetooth">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="bond">
Packit 5756e2
Packit 5756e2
be used for backward-compatibility with older daemons, to set the
Packit 5756e2
bond's interface name."/>
Packit 5756e2
</setting>
Packit 5756e2
<setting name="bridge-port">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="bridge">
Packit 5756e2
Packit 5756e2
be used for backward-compatibility with older daemons, to set the
Packit 5756e2
bridge's interface name."/>
Packit 5756e2
</setting>
Packit 5756e2
<setting name="cdma">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="connection">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="dcb">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="dummy">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="ethtool">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="generic">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="gsm">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="infiniband">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="ip-tunnel">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="ipv4">
Packit 5756e2
Packit 5756e2
integers)"/>
Packit 5756e2
Packit 5756e2
properties, but this can be used for backward-compatibility with older
Packit 5756e2
daemons. Note that if you send this property the daemon will ignore
Packit 5756e2
'address-data' and 'gateway'.
Packit 5756e2
Packit 5756e2
Array of IPv4 address structures.  Each IPv4 address structure is
Packit 5756e2
composed of 3 32-bit values; the first being the IPv4 address (network
Packit 5756e2
byte order), the second the prefix (1 - 32), and last the IPv4 gateway
Packit 5756e2
(network byte order). The gateway may be left as 0 if no gateway exists
Packit 5756e2
for that subnet."/>
Packit 5756e2
Packit 5756e2
least 'address' and 'prefix' entries, containing the IP address as a
Packit 5756e2
string, and the prefix length as a uint32. Additional attributes may
Packit 5756e2
also exist on some addresses."/>
Packit 5756e2
Packit 5756e2
can be used for backward-compatibility with older daemons. Note that if
Packit 5756e2
you send this property the daemon will ignore 'route-data'.
Packit 5756e2
Packit 5756e2
Array of IPv4 route structures.  Each IPv4 route structure is composed
Packit 5756e2
of 4 32-bit values; the first being the destination IPv4 network or
Packit 5756e2
address (network byte order), the second the destination network or
Packit 5756e2
address prefix (1 - 32), the third being the next-hop (network byte
Packit 5756e2
order) if any, and the fourth being the route metric. If the metric is
Packit 5756e2
0, NM will choose an appropriate default metric for the device. (There
Packit 5756e2
is no way to explicitly specify an actual metric of 0 with this
Packit 5756e2
property.)"/>
Packit 5756e2
Packit 5756e2
least 'dest' and 'prefix' entries, containing the destination IP
Packit 5756e2
address as a string, and the prefix length as a uint32. Most routes
Packit 5756e2
will also have a 'next-hop' entry, containing the next hop IP address as
Packit 5756e2
a string. If the route has a 'metric' entry (containing a uint32), that
Packit 5756e2
will be used as the metric for the route (otherwise NM will pick a
Packit 5756e2
default value appropriate to the device). Additional attributes may
Packit 5756e2
also exist on some routes."/>
Packit 5756e2
</setting>
Packit 5756e2
<setting name="ipv6">
Packit 5756e2
<property name="dns" variable="dns" format="array of byte array" values="" default="" example="" description="Array of IP addresses of DNS servers (in network byte order)"/>
Packit 5756e2
Packit 5756e2
properties, but this can be used for backward-compatibility with older
Packit 5756e2
daemons. Note that if you send this property the daemon will ignore
Packit 5756e2
'address-data' and 'gateway'.
Packit 5756e2
Packit 5756e2
Array of IPv6 address structures.  Each IPv6 address structure is
Packit 5756e2
composed of an IPv6 address, a prefix length (1 - 128), and an IPv6
Packit 5756e2
gateway address. The gateway may be zeroed out if no gateway exists for
Packit 5756e2
that subnet."/>
Packit 5756e2
Packit 5756e2
least 'address' and 'prefix' entries, containing the IP address as a
Packit 5756e2
string, and the prefix length as a uint32. Additional attributes may
Packit 5756e2
also exist on some addresses."/>
Packit 5756e2
Packit 5756e2
can be used for backward-compatibility with older daemons. Note that if
Packit 5756e2
you send this property the daemon will ignore 'route-data'.
Packit 5756e2
Packit 5756e2
Array of IPv6 route structures.  Each IPv6 route structure is
Packit 5756e2
composed of an IPv6 address, a prefix length (1 - 128), an IPv6
Packit 5756e2
next hop address (which may be zeroed out if there is no next hop),
Packit 5756e2
and a metric. If the metric is 0, NM will choose an appropriate
Packit 5756e2
default metric for the device."/>
Packit 5756e2
Packit 5756e2
least 'dest' and 'prefix' entries, containing the destination IP
Packit 5756e2
address as a string, and the prefix length as a uint32. Most routes
Packit 5756e2
will also have a 'next-hop' entry, containing the next hop IP address as
Packit 5756e2
a string. If the route has a 'metric' entry (containing a uint32), that
Packit 5756e2
will be used as the metric for the route (otherwise NM will pick a
Packit 5756e2
default value appropriate to the device). Additional attributes may
Packit 5756e2
also exist on some routes."/>
Packit 5756e2
</setting>
Packit 5756e2
<setting name="macsec">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="macvlan">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="match">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="802-11-olpc-mesh">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="ovs-bridge">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="ovs-dpdk">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="ovs-interface">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="ovs-patch">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="ovs-port">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="ppp">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="pppoe">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="proxy">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="serial">
Packit 5756e2
Packit 5756e2
111 (ASCII 'o') for odd, 110 (ASCII 'n') for none."/>
Packit 5756e2
</setting>
Packit 5756e2
<setting name="sriov">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="tc">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="team-port">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="team">
Packit 5756e2
Packit 5756e2
be used for backward-compatibility with older daemons, to set the
Packit 5756e2
team's interface name."/>
Packit 5756e2
</setting>
Packit 5756e2
<setting name="tun">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="user">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="vlan">
Packit 5756e2
Packit 5756e2
be used for backward-compatibility with older daemons, to set the
Packit 5756e2
vlan's interface name."/>
Packit 5756e2
</setting>
Packit 5756e2
<setting name="vpn">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="vrf">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="vxlan">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="wifi-p2p">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="wimax">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="802-3-ethernet">
Packit 5756e2
Packit 5756e2
which is more flexible and allows specifying special variants like "random".
Packit 5756e2
For libnm and nmcli, this field is called "cloned-mac-address"."/>
Packit 5756e2
Packit 5756e2
a hardware address in ASCII representation, or one of the special values
Packit 5756e2
"preserve", "permanent", "random" or "stable".
Packit 5756e2
This field replaces the deprecated "cloned-mac-address" on D-Bus, which
Packit 5756e2
can only contain explicit hardware addresses. Note that this property
Packit 5756e2
only exists in D-Bus API. libnm and nmcli continue to call this property
Packit 5756e2
"cloned-mac-address"."/>
Packit 5756e2
</setting>
Packit 5756e2
<setting name="wireguard">
Packit 5756e2
<property name="peers" variable="peers" format="array of 'a{sv}'" values="" default="" example="" description="Array of dictionaries for the WireGuard peers."/>
Packit 5756e2
</setting>
Packit 5756e2
<setting name="802-11-wireless-security">
Packit 5756e2
</setting>
Packit 5756e2
<setting name="802-11-wireless">
Packit 5756e2
Packit 5756e2
which is more flexible and allows specifying special variants like "random".
Packit 5756e2
For libnm and nmcli, this field is called "cloned-mac-address"."/>
Packit 5756e2
Packit 5756e2
a hardware address in ASCII representation, or one of the special values
Packit 5756e2
"preserve", "permanent", "random" or "stable".
Packit 5756e2
This field replaces the deprecated "cloned-mac-address" on D-Bus, which
Packit 5756e2
can only contain explicit hardware addresses. Note that this property
Packit 5756e2
only exists in D-Bus API. libnm and nmcli continue to call this property
Packit 5756e2
"cloned-mac-address"."/>
Packit 5756e2
Packit 5756e2
'802-11-wireless-security' when a wireless security setting is also
Packit 5756e2
present in the connection dictionary, for compatibility with very old
Packit 5756e2
NetworkManager daemons."/>
Packit 5756e2
</setting>
Packit 5756e2
<setting name="wpan">
Packit 5756e2
</setting>
Packit 5756e2
</nm-setting-docs>