X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6e8c91fbf97819081008566496f5798182affb59..065494aeeb869a5a43a44b51c7bcec99ec599372:/docs/source/XML_reference.rst diff --git a/docs/source/XML_reference.rst b/docs/source/XML_reference.rst index c4ad1fad55..23c06c801f 100644 --- a/docs/source/XML_reference.rst +++ b/docs/source/XML_reference.rst @@ -20,6 +20,48 @@ Your platform description should follow the specification presented in the ------------------------------------------------------------------------------- +.. _pf_tag_bypassRoute: + + +------------- + +This tag can be used to completely bypass the classical :ref:`routing algorithm ` for a pair of hosts. The +provided list of links will be used directly, with no further routing computation. This is an advanced tag that is rarely +used in practice. + +**Parent tags:** :ref:`pf_tag_zone` |br| +**Children tags:** :ref:`pf_tag_link_ctn` |br| +**Attributes:** + +:``src``: Host from which this route starts. Must be the name of an existing host. +:``dst``: Host to which this route leads. Must be the name of an existing host. +:``symmetrical``: Whether this route is symmetrical, ie, whether we are defining the route ``dst -> src`` at the same time. + Valid values: ``yes``, ``no``, ``YES``, ``NO`` (default: YES). + +------------------------------------------------------------------------------- + +.. _pf_tag_bypassZoneRoute: + + +----------------- + +This tag can be used to completely bypass the classical :ref:`routing algorithm ` between two zones. When +provided, it breaks the recursive search and the provided links will be used instead. This tag should probably be reserved +to experts. + +**Parent tags:** :ref:`pf_tag_zone` |br| +**Children tags:** :ref:`pf_tag_link_ctn` |br| +**Attributes:** + +:``src``: Zone from which this route starts. Must be an existing zone. +:``dst``: Zone to which this route leads. Must be an existing zone. +:``gw_src``: Netpoint (within src zone) from which this route starts. Must be an existing host/router. +:``gw_dst``: Netpoint (within dst zone) to which this route leads. Must be an existing host/router. +:``symmetrical``: Whether this route is symmetrical, ie, whether we are defining the route ``dst -> src`` at the same + time. Valid values: ``yes``, ``no``, ``YES``, ``NO``. + +------------------------------------------------------------------------------- + .. _pf_tag_cluster: @@ -588,7 +630,7 @@ etc. .. TODO:: - Missing tags: + Missing tags: .. |br| raw:: html