Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-15 | Update docs. PHP 7.0 test should not fail. | Guillaume Mazoyer | |
2017-10-15 | Merge pull request #19 from mikenowak/vyatta | Guillaume Mazoyer | |
Adding support for vyatta/vyos/edgerouter. | |||
2017-09-30 | Adding support for vyatta | Mike Nowak | |
2017-07-29 | Update documentation to mention OpenBGPd support. | Guillaume Mazoyer | |
2017-04-20 | With the proper name it is better. | Guillaume Mazoyer | |
2017-04-20 | Add BEAHOST to our users. | Guillaume Mazoyer | |
2017-01-01 | Add link to doc in README. | Guillaume Mazoyer | |
2017-01-01 | Fix badge. | Guillaume Mazoyer | |
2017-01-01 | Fix doc index and add badge. | Guillaume Mazoyer | |
2016-11-02 | Change URL of user. | Guillaume Mazoyer | |
2016-10-16 | Tiny changes in docs. | Guillaume Mazoyer | |
2016-10-15 | Add support for Cisco IOS XR. | Guillaume Mazoyer | |
Some of the changes might be inaccurate. They have only been tested against the demo version of a Cisco IOS XRv. Any feedback about real world IOS XR testing will be appreciated. | |||
2016-09-03 | More documentation for Docker images. | Guillaume Mazoyer | |
2016-09-01 | Fix typo. | Guillaume Mazoyer | |
2016-09-01 | Add Dockerfile. | Guillaume Mazoyer | |
Add a Dockerfile to build Docker images. Also add a documentation file to help building Docker for this looking glass. The official Docker image uses the PHP image with Apache 2 and PHP 5.6. | |||
2016-08-24 | Add configuration option to change connection timeout. | Guillaume Mazoyer | |
The timeout can be specified in seconds with the ['timeout'] array index within the router configuration. The default value is 30 seconds. | |||
2016-06-13 | Per router options to disable/enable IP versions. | Guillaume Mazoyer | |
Remove the global options to disable/enable IPv6 or IPv4. These options can now be used on the router configuration level, which seems more appropriate. | |||
2016-06-12 | Add new configuration options to enable/disable IPv6 or IPv4. | Guillaume Mazoyer | |
When disabling IPv6 or IPv4, the looking glass will not try to use both IP protocol versions when looking for an AS routes or when pinging or tracerouting. If an IP address of a disabling IP version is used, the user will have an error in return of its command. This error will tell him that the IP version he is trying to use is disabled. Please note that when trying to ping or traceroute a hostname from a Cisco or a Juniper device, this looking glass will not prevent the device to use a disabled IP version when executing its command. This commit also contains some small changes with HTML tags. | |||
2016-05-24 | Update our_users.md | Theo Voss | |
Proud user added! ;-) | |||
2016-03-14 | Simplify some conditions. | Guillaume Mazoyer | |
2016-03-14 | Peering Policy configuration options. | Guillaume Mazoyer | |
Add configuration variable to set the path to a file containing a peering policy. This file must be readable by the webserver and must contain HTML formatted text (on which CSS rules will be applied). If the variable is set to null, no peering policy will be displayed. | |||
2015-08-11 | Improve Juniper documentation. | Guillaume Mazoyer | |
Create a dedicated class for looking glass users with access to required commands. | |||
2015-07-17 | Add config variables to change ping and traceroute options. | Guillaume Mazoyer | |
With ping only the options can be changed to match what the user wants. With traceroute the options and the binary can be changed (some people prefer to use mtr instead of traceroute). Please refer to the documentation to see how it works. | |||
2015-06-01 | Add file to list the users of this project. | Guillaume Mazoyer | |
2015-05-31 | Tiny change for last commit. | Guillaume Mazoyer | |
2015-05-31 | Add possible values for router type in the doc. | Guillaume Mazoyer | |
2015-02-09 | Forgotten 'parameters'. | Guillaume Mazoyer | |
2014-12-18 | Option to configure the header's link. | Guillaume Mazoyer | |
Use $config['frontpage']['header_link'] to give a link to be used when the header is clicked. The default value is null and means that no link will be used. | |||
2014-12-13 | Option to hide commands. | Guillaume Mazoyer | |
Set $config\['output'\]\['show_command'\] to true or false to show or hide the command in the output. Also fix ping/traceroute without FQDN on BIRD, Quagga and Cisco. | |||
2014-12-12 | Improve 'source-interface-id' option. | Guillaume Mazoyer | |
On software router, an IPv4 and IPv6 addresses need to be specified. Not specifying one of them or both will result in the router trying to use the best address to contact the destination. This fix the bug where software routers could not ping or traceroute IPv6 destination with only a IPv4 source address (obviously). | |||
2014-12-10 | Add option to specify an interface or an address for routers. | Guillaume Mazoyer | |
The interface is used on routers to source ping and traceroute. On software routers, an address is required instead of the interface. | |||
2014-12-09 | First shot to configuration documentation. | Guillaume Mazoyer | |
2014-11-04 | Add Juniper JunOS documentation | Guillaume Mazoyer | |
Must be improved with user restricted to specific commands. | |||
2014-09-25 | Start documentation for the configuration options. | Guillaume Mazoyer | |
2014-08-07 | Tiny changes on BIRD doc. | Guillaume Mazoyer | |
2014-08-06 | fixing quagga instructions | Romain Boissat rboissat | |
2014-08-06 | Don't forget to add 'lg' in the 'bird' group. | Guillaume Mazoyer | |
2014-08-06 | Add documentation for BIRD. | Guillaume Mazoyer | |
2014-08-05 | fixing derp | Romain Boissat rboissat | |
2014-08-05 | fixing derp | Romain Boissat rboissat | |
2014-08-05 | fixing derp | Romain Boissat rboissat | |
2014-08-05 | writing quagga/linux help file | Romain Boissat rboissat | |
2014-08-05 | fixing derp | Romain Boissat rboissat | |
2014-08-05 | fixing syntax | Romain Boissat rboissat | |
2014-08-05 | writing cisco help file | Romain Boissat rboissat | |
2014-08-05 | adding initial 'docs' directory with basic files | Romain Boissat rboissat | |