summaryrefslogtreecommitdiff
path: root/routers/juniper.php
AgeCommit message (Collapse)Author
2014-09-03Add config to disallow the use of private and reserved IP ranges.Guillaume Mazoyer
2014-08-05Add config.defaults.php to set default configuration options.Guillaume Mazoyer
The defaults can be overriden in the config.php file but some of them are fine as defaults. This will help in having a config.php file as short as we can. Also move utils.php to the includes directory.
2014-08-05I need some sleep :|Guillaume Mazoyer
2014-08-05Add a way to validate strict IP address (no mask).Guillaume Mazoyer
2014-06-13Forgot to put commands in array for ping and traceroute.Guillaume Mazoyer
2014-06-13Use quoted aspath-regex for Juniper.Guillaume Mazoyer
2014-06-13No more 'no-more' for Juniper.Guillaume Mazoyer
2014-06-13Support for request that need multiple commands for a proper output.Guillaume Mazoyer
More accurate commands for Juniper router.
2014-06-12Fix last commit.Guillaume Mazoyer
2014-06-12Use only active-path for show route on Juniper.Guillaume Mazoyer
2014-06-10Rewrite of the routers part.Guillaume Mazoyer
Should be more modular now to add other routers types.