Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-06 | Add ping/traceroute for FQDN on BIRD and Quagga. | Guillaume Mazoyer | |
Basically this can work with all Linux boxes. It gets A and AAAA records from DNS and decide if it can uses IPv6 or IPv4 to ping or to traceroute. IPv6 is always preferred of course. | |||
2014-08-05 | Add 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-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-06-20 | Fix BIRD commands again. | Guillaume Mazoyer | |
2014-06-20 | Remove useless code. | Guillaume Mazoyer | |
Fix undefined variable. Fix BIRD commands. | |||
2014-06-20 | Basic support for BIRD based routers. | Guillaume Mazoyer | |