diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2017-10-15 16:31:14 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2017-10-15 16:31:14 +0200 |
commit | 53a3e7436e612dedf69156bfae4960e98d1d2de7 (patch) | |
tree | 5ac6e42385d4416d824460974d7ee121d4b14b59 /docs/configuration.md | |
parent | fb191705e760655ab70869d720b4f72a5ae0b9fe (diff) |
Update docs. PHP 7.0 test should not fail.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r-- | docs/configuration.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 4840ade..4ae283b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -117,8 +117,9 @@ interact with it. ```php $config['routers']['router1']['type'] = 'juniper'; ``` -The router type can be Juniper, Cisco (IOS or IOS-XR), Quagga, BIRD or -OpenBGPd. You can take a look at the specific documentation for your router. +The router type can be Juniper, Cisco (IOS or IOS-XR), Quagga, BIRD, OpenBGPd +or Vyatta/VyOS/EdgeOS. You can take a look at the specific documentation for +your router. Possible values are: * juniper **or** junos @@ -127,6 +128,7 @@ Possible values are: * bird * quagga **or** zebra * openbgpd + * edgeos **or** vyatta **or** vyos 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 |