diff options
Diffstat (limited to 'docs/configuration.md')
-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 |