index
:
looking-glass.git
master
Easy to deploy Looking Glass
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
routers
Age
Commit message (
Expand
)
Author
2014-11-17
Code format. Always use () for functions.
Guillaume Mazoyer
2014-09-24
Log format can be configured.
Guillaume Mazoyer
2014-09-24
Externalize output formatter to a dedicated function.
Guillaume Mazoyer
2014-09-10
Fixing show route AS behaviour on Juniper platforms
Benjamin Collet
2014-09-08
Remove useless condition.
Guillaume Mazoyer
2014-09-08
Improve output filters.
Guillaume Mazoyer
2014-09-03
Add config to disallow the use of private and reserved IP ranges.
Guillaume Mazoyer
2014-08-26
Remove command in label to use kbd (not a proper use of label).
Guillaume Mazoyer
2014-08-06
Add ping/traceroute for FQDN on BIRD and Quagga.
Guillaume Mazoyer
2014-08-06
fixing FQDN input for cisco
Romain Boissat rboissat
2014-08-05
Add config.defaults.php to set default configuration options.
Guillaume Mazoyer
2014-08-05
Don't hardcode BIRD binaries paths.
Guillaume Mazoyer
2014-08-05
I need some sleep :|
Guillaume Mazoyer
2014-08-05
Add a way to validate strict IP address (no mask).
Guillaume Mazoyer
2014-08-04
adding Quagga support and fixing Cisco commands
Romain Boissat rboissat
2014-08-04
Split IPv4 and IPv6 results.
Guillaume Mazoyer
2014-08-04
Fix ping for Cisco.
Guillaume Mazoyer
2014-08-03
Be sure to login and disconnect after each command.
Guillaume Mazoyer
2014-06-20
Fix BIRD commands again.
Guillaume Mazoyer
2014-06-20
Remove useless code.
Guillaume Mazoyer
2014-06-20
Basic support for BIRD based routers.
Guillaume Mazoyer
2014-06-14
Remove useless code.
Guillaume Mazoyer
2014-06-14
Add preliminary support for Cisco routers.
Guillaume Mazoyer
2014-06-13
Forgot to put commands in array for ping and traceroute.
Guillaume Mazoyer
2014-06-13
Use quoted aspath-regex for Juniper.
Guillaume Mazoyer
2014-06-13
No more 'no-more' for Juniper.
Guillaume Mazoyer
2014-06-13
Support for request that need multiple commands for a proper output.
Guillaume Mazoyer
2014-06-13
Ensure that specified ports are actually integers.
Guillaume Mazoyer
2014-06-12
Fix last commit.
Guillaume Mazoyer
2014-06-12
Use only active-path for show route on Juniper.
Guillaume Mazoyer
2014-06-11
Handle error more properly.
Guillaume Mazoyer
2014-06-10
Fix logs format.
Guillaume Mazoyer
2014-06-10
Rewrite of the routers part.
Guillaume Mazoyer