summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2015-08-11Improve Juniper documentation.Guillaume Mazoyer
Create a dedicated class for looking glass users with access to required commands.
2015-07-17Add 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-01Add file to list the users of this project.Guillaume Mazoyer
2015-05-31Tiny change for last commit.Guillaume Mazoyer
2015-05-31Add possible values for router type in the doc.Guillaume Mazoyer
2015-02-09Forgotten 'parameters'.Guillaume Mazoyer
2014-12-18Option 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-13Option 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-12Improve '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-10Add 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-09First shot to configuration documentation.Guillaume Mazoyer
2014-11-04Add Juniper JunOS documentationGuillaume Mazoyer
Must be improved with user restricted to specific commands.
2014-09-25Start documentation for the configuration options.Guillaume Mazoyer
2014-08-07Tiny changes on BIRD doc.Guillaume Mazoyer
2014-08-06fixing quagga instructionsRomain Boissat rboissat
2014-08-06Don't forget to add 'lg' in the 'bird' group.Guillaume Mazoyer
2014-08-06Add documentation for BIRD.Guillaume Mazoyer
2014-08-05fixing derpRomain Boissat rboissat
2014-08-05fixing derpRomain Boissat rboissat
2014-08-05fixing derpRomain Boissat rboissat
2014-08-05writing quagga/linux help fileRomain Boissat rboissat
2014-08-05fixing derpRomain Boissat rboissat
2014-08-05fixing syntaxRomain Boissat rboissat
2014-08-05writing cisco help fileRomain Boissat rboissat
2014-08-05adding initial 'docs' directory with basic filesRomain Boissat rboissat