Blame doc/rst/common/opt_diffcheck.rst

Packit db064d
.. Define the common option diffcheck
Packit db064d
Packit db064d
**--diffcheck <key(s)>**
Packit db064d
Specify what diff checks should be done in the **--diff** option above.
Packit db064d
Comma separate multiple diff check key(s).  The available diff checks
Packit db064d
are: **sw = switches**, **ca = channel adapters**, **router** = routers,
Packit db064d
**port** = port connections, **lid** = lids, **nodedesc** = node
Packit db064d
descriptions.  Note that **port**, **lid**, and **nodedesc** are
Packit db064d
checked only for the node types that are specified (e.g. **sw**,
Packit db064d
**ca**, **router**).  If **port** is specified alongside **lid**
Packit db064d
or **nodedesc**, remote port lids and node descriptions will also be compared.
Packit db064d
Packit db064d