]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: formatdomain: Remove 'elementsNICSDirect' anchor
authorPeter Krempa <pkrempa@redhat.com>
Fri, 13 May 2022 08:31:34 +0000 (10:31 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 1 Jun 2022 10:27:09 +0000 (12:27 +0200)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/formatdomain.rst
docs/formatnetwork.rst
docs/formatnetworkport.rst

index 3618b1212a6e0fae656b80bc73b5e3345cf2d246..bbf26edeba2ad144b48dae1ba17400d5c3114344 100644 (file)
@@ -4725,7 +4725,6 @@ integration is required.
    </devices>
    ...
 
-:anchor:`<a id="elementsNICSDirect"/>`
 
 Direct attachment to physical interface
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
index d956178e5691d52ef0897dcd5d5c8031b013acdf..044c239985ca5be1d32088bd58ebc9e3666ad30d 100644 (file)
@@ -253,7 +253,7 @@ to the physical LAN (if at all).
       interfaces to be used for a "direct" connection via macvtap using
       macvtap's "bridge" mode (if the forward element has one or more
       ``<interface>`` subelements, :since:`Since 0.9.4` ) (see `Direct
-      attachment to physical interface <formatdomain.html#elementsNICSDirect>`__
+      attachment to physical interface <formatdomain.html#direct-attachment-to-physical-interface>`__
       for descriptions of the various macvtap modes). libvirt doesn't attempt to
       manage the bridge interface at all, thus the ``<bridge>`` element's
       ``stp`` and ``delay`` attributes are not allowed; no iptables rules, IP
@@ -599,7 +599,7 @@ as the 'default' portgroup for the network), and each portgroup has a name, as
 well as various attributes and subelements associated with it. The currently
 supported subelements are ``<bandwidth>`` (described in `Quality of service`_)
 and ``<virtualport>`` (documented
-`here <formatdomain.html#elementsNICSDirect>`__). If a domain interface
+`here <formatdomain.html#direct-attachment-to-physical-interface>`__). If a domain interface
 definition specifies a portgroup (by adding a ``portgroup`` attribute to the
 ``<source>`` subelement), that portgroup's info will be merged into the
 interface's configuration. If no portgroup is given in the interface definition,
index 394c65c2b72cda6fb93242947d1325c7370e63b9..40a4f0e85b1727e4f03c786596e6048d4d0c1f88 100644 (file)
@@ -151,7 +151,7 @@ interface.
 The ``dev`` attribute provides the name of the physical network interface to
 which the port will be connected. The ``mode`` attribute describes how the
 connection will be setup and takes the same values described in the `domain
-XML <formatdomain.html#elementsNICSDirect>`__.
+XML <formatdomain.html#direct-attachment-to-physical-interface>`__.
 
 Host PCI
 ^^^^^^^^