summaryrefslogtreecommitdiff
path: root/doc/user/fabricd.rst
AgeCommit message (Collapse)Author
2025-02-26fabricd: add option to treat dummy interfaces as loopback interfacesGabriel Goller
Enable dummy-interfaces to be used as router-id interfaces in openfabric networks. This allows multiple openfabric routers with different router-ids on a single node when using IP unnumbered setup (interfaces without IPs configured). Previously we were limited by having a single loopback interface, allowing only one openfabric router per node. Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
2021-04-09*: remove *.conf.sample filesQuentin Young
Most of these are many, many years out of date. All of them vary randomly in quality. They show up by default in packages where they aren't really useful now that we use integrated config. Remove them. The useful ones have been moved to the docs. Signed-off-by: Quentin Young <qlyoung@nvidia.com>
2021-02-22doc: remove 'no' form of commandsQuentin Young
These don't need to be documented, most of the time they are obvious, when they aren't the behavior can just be described in the command description. Signed-off-by: Quentin Young <qlyoung@nvidia.com>
2021-02-22doc: automatically generate index entries for cliQuentin Young
- Generate index entries automatically - Remove manual command index entries - Clean up a few other manual index entries Signed-off-by: Quentin Young <qlyoung@nvidia.com>
2021-01-21isisd: Fix Attach-bit processinglynne
Add documentation for new attach-bit commands. Signed-off-by: Lynne Morrison <lynne@voltanet.io>
2020-11-17doc: don't index 'no' forms of commandsMark Stapp
Many index entries used '[no] xxx' or 'no xxx', some had both positive and 'no' forms. Clean that up mostly - index positive form of commands only. Signed-off-by: Mark Stapp <mjs@voltanet.io>
2018-09-05doc: add documentation for fabricdChristian Franke
Signed-off-by: Christian Franke <chris@opensourcerouting.org>