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/index.md | |
parent | fb191705e760655ab70869d720b4f72a5ae0b9fe (diff) |
Update docs. PHP 7.0 test should not fail.
Diffstat (limited to 'docs/index.md')
-rw-r--r-- | docs/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
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 |