From e84b640ebeb1392be8b1ec75b7d5a73654011905 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Thu, 9 Apr 2015 18:44:27 +0200 Subject: [PATCH] Added small section on backbone. --- doc/doxygen/platform.doc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index 319aa0af99..b86e29bccd 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -629,6 +629,20 @@ documentation (Section \ref pf_host) for an example. TODO +\subsubsection pf_backbone + +\note + This tag is only available when the containing AS uses the "Cluster" mode! + +TODO: Is default=shared correct? + +Attribute name | Mandatory | Values | Description +--------------- | --------- | ------ | ----------- +id | yes | string | The identifier of the link to be used when referring to it. +bandwidth | yes | int | Maximum bandwidth for this link, given in bytes/s +latency | no | double (default: 0.0) | Latency for this link. +sharing_policy | no | SHARED\|FATPIPE\|FULLDUPLEX (default: SHARED) | Sharing policy for the link. + \subsection pf_storage Storage \note -- 2.20.1