diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2017-07-29 00:44:04 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2017-07-29 00:44:04 +0200 |
commit | 5b5648d58ee781904ad93eb0149e890e4fef0c13 (patch) | |
tree | 489e47d420c6aac6d0520a934a6863a046dc703d /docs/configuration.md | |
parent | 4c3d8518ea06166de82ad6172346dcaa97d5fd63 (diff) |
Update documentation to mention OpenBGPd support.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r-- | docs/configuration.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 7b7a543..4840ade 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -117,15 +117,16 @@ interact with it. ```php $config['routers']['router1']['type'] = 'juniper'; ``` -The router type can be Juniper, Cisco (IOS or IOS-XR), Quagga or BIRD. You can -take a look at the specific documentation for your router. Possible values -are: +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. +Possible values are: * juniper **or** junos * cisco **or** ios * ios-xr **or** iosxr * bird * quagga **or** zebra + * openbgpd 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 |