diff options
-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 |