summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md6
-rw-r--r--docs/index.md6
2 files changed, 7 insertions, 5 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
diff --git a/docs/index.md b/docs/index.md
index 7c373f1..e8cbdab 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -8,7 +8,7 @@ Easy to deploy Looking Glass made in PHP.
## Requirements
* Webserver such as Apache 2, or Lighttpd, etc…
- * PHP (>= 5.3) module for the webserver (mod-php5 for Apache 2 for example)
+ * PHP (> 5.3) module for the webserver (mod-php5 for Apache 2 for example)
## Description
@@ -19,8 +19,8 @@ execute some commands on routers. The output is sent back to the user.
For now this looking glass is quite simple. Here you have some features:
* Interface using Javascript and AJAX calls (needs a decent browser)
- * Support of BIRD, Cisco (IOS and IOS-XR), Juniper, OpenBGPd and Quagga
- routers
+ * Support of BIRD, Cisco (IOS and IOS-XR), Juniper, OpenBGPd, Quagga and
+ Vyatta/VyOS/EdgeOS routers
* Support of Telnet and SSH connection to routers using password
authentication and SSH keys
* Configurable list of routers