diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2015-05-31 13:43:28 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2015-05-31 13:43:28 +0200 |
commit | e8adaf571fdb0c3a81d6bf557deb8de4ea8a17d9 (patch) | |
tree | cd91363cf725cf444a3f9d2d9fd49e1958f32681 | |
parent | 2685f3780cf953277b155ab3040e33180b2a75e6 (diff) |
Add possible values for router type in the doc.
-rw-r--r-- | docs/configuration.md | 10 |
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 |