diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2015-05-31 13:45:45 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2015-05-31 13:45:45 +0200 |
commit | c4a6e8dff88702333432d4c3df381911ca8bcfe7 (patch) | |
tree | f6b0a26dcbee6fa2bbed5457306d1fb12fd6449c | |
parent | e8adaf571fdb0c3a81d6bf557deb8de4ea8a17d9 (diff) |
Tiny change for last commit.
-rw-r--r-- | docs/configuration.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 41ee4e4..a50a5fc 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -113,13 +113,10 @@ $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. Possible values are: - * juniper - * junos - * cisco - * ios + * juniper **or** junos + * cisco **or** ios * bird - * quagga - * zebra + * quagga **or** 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 |