diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2018-08-07 15:52:56 +0200 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2018-08-11 09:41:07 +0200 |
commit | 9b9dce9486a8d7a5ddaca6b79614564d506396aa (patch) | |
tree | 8a78d0c6d0e5e7620b0823956103cd30d2589955 /docs/libnm | |
parent | 6a51d393b27c71ca3492d1af2dd92d7e77fc0f10 (diff) |
all: add 'match' setting
Add a new 'match' setting containing properties to match a connection
to devices. At the moment only the interface-name property is present
and, contrary to connection.interface-name, it allows the use of
wildcards.
Diffstat (limited to 'docs/libnm')
-rw-r--r-- | docs/libnm/libnm-docs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libnm/libnm-docs.xml b/docs/libnm/libnm-docs.xml index 94ef406a1..8de396c45 100644 --- a/docs/libnm/libnm-docs.xml +++ b/docs/libnm/libnm-docs.xml @@ -212,6 +212,7 @@ print ("NetworkManager version " + client.get_version())]]></programlisting></in <xi:include href="xml/nm-setting-ip-tunnel.xml"/> <xi:include href="xml/nm-setting-macsec.xml"/> <xi:include href="xml/nm-setting-macvlan.xml"/> + <xi:include href="xml/nm-setting-match.xml"/> <xi:include href="xml/nm-setting-olpc-mesh.xml"/> <xi:include href="xml/nm-setting-ovs-bridge.xml"/> <xi:include href="xml/nm-setting-ovs-interface.xml"/> |