summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2015-05-31 13:43:28 +0200
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2015-05-31 13:43:28 +0200
commite8adaf571fdb0c3a81d6bf557deb8de4ea8a17d9 (patch)
treecd91363cf725cf444a3f9d2d9fd49e1958f32681
parent2685f3780cf953277b155ab3040e33180b2a75e6 (diff)
Add possible values for router type in the doc.
-rw-r--r--docs/configuration.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 85d2026..41ee4e4 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -111,7 +111,15 @@ interact with it.
$config['routers']['router1']['type'] = 'juniper';
```
The router type can be Juniper, Cisco, Quagga or BIRD. You can take a look at
-the specific documentation for your router.
+the specific documentation for your router. Possible values are:
+
+ * juniper
+ * junos
+ * cisco
+ * ios
+ * bird
+ * quagga
+ * zebra
It is also highly recommended to specify a source interface ID to be used by
the router when it will try to ping or traceroute a destination. This is done