diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | docs/configuration.md | 6 | ||||
-rw-r--r-- | docs/index.md | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index 52eec87..077b425 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.3 - 5.4 - 5.5 - 5.6 @@ -10,7 +9,6 @@ php: matrix: allow_failures: - - php: 7.0 - php: hhvm script: @@ -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 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 |