aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* ping.pl does not need Data::Dumper.root2014-04-15-1/+0
* Better rotation on the HTML5 ping graph.root2014-04-15-4/+9
* Unbreak SNMPv2.root2014-04-15-0/+1
* Poll less stuff for LLDP.root2014-04-15-2/+5
* mod_perlify dhcpkart.plroot2014-04-15-1/+3
* Update creativia and crew for TG14.root2014-04-14-39/+57
* mod_perlify (and add strict+warnings)root2014-04-14-5/+8
* Let the ping script respect z-order.root2014-04-14-3/+6
* Remove some unfortunate wrapping.root2014-04-14-0/+1
* Link to ping.html in the main menu.root2014-04-14-0/+6
* Subnet address update for TG14 in planning.root2014-04-14-1/+1
* Remove obsolete field.root2014-04-14-1/+1
* Netlist and switches from TG14, so far.root2014-04-14-261/+415
* Use fork instead of threads, as a temporary measure.root2014-04-14-1/+5
* Shorten switch names in ping map.root2014-04-14-1/+3
* Do not LLDP poll phones.root2014-04-14-0/+1
* Small fixes to the ping display and drag.root2014-04-14-4/+22
* Only use officially polled ports for network traffic maps.root2014-04-14-1/+1
* Swome dead switches are removed.root2014-04-14-164/+12
* Remove an unneeded dependency from ping-json.pl.root2014-04-14-1/+0
* Make it possible to drag the switches around in ping.html.root2014-04-14-3/+57
* Move ping JavaScript out into a separate file.root2014-04-14-95/+92
* Some hacks to filter away things from lldpdiscover.root2014-04-14-1/+4
* Some snmpfetch tweaks to deal with weird ports.root2014-04-14-3/+3
* Switch background to TG14 version.root2014-04-14-10/+10
* Fix a syntax error.root2014-04-14-1/+1
* Ignore link-local IPv6 in lldpdiscover.root2014-04-14-1/+3
* Better debug output from lldpdiscover.root2014-04-14-7/+9
* The PXE step of bootstrap was a bit brokenJon Langseth2014-04-13-2/+10
* tgmanage.cfg.sh is always autogenerated. Not needed in reporoot2014-04-13-19/+0
* New tool that adds the needed, but not documented, entries to /etc/hosts on t...root2014-04-13-0/+21
* Added removed file.Joachim Tingvold2014-04-13-0/+92
* Changed filename of config to avoid accidental commit of SUPERSECRET passwords.Joachim Tingvold2014-04-13-92/+0
* Updated configuration for tg14Jon Langseth2014-04-13-44/+33
* Changes to how PXE/TFTP is rolled out, it is now part of the base-requires stepJon Langseth2014-04-13-6/+10
* ns1/ns2 replaced by pri_hostname/sec_hostname. Dropped extra PTRJon Langseth2014-04-13-16/+12
* Switch to Ford-Fulkerson, as Dijkstra will give the wrong result when negativ...Steinar H. Gunderson2014-04-13-40/+35
* Merge pull request #4 from norrs/config_variables_renamesJon Langseth2014-04-12-56/+56
|\
| * Rename ::config::sec_ptr to ::config::sec_v4 as the value is the NS secondary...Roy Sindre Norangshol2014-04-12-15/+15
| * Rename ::config::pri_ptr to ::config::pri_v4 as the value is the NS primary I...Roy Sindre Norangshol2014-04-12-17/+17
| * Rename ::config::sec_a to ::config::sec_hostname as the value is the server's...Roy Sindre Norangshol2014-04-12-12/+12
| * Rename ::config::pri_a to ::config::pri_hostname as the value is the server's...Roy Sindre Norangshol2014-04-12-17/+17
* | Disable the node names by default; they take a tiny bit of time.Steinar H. Gunderson2014-04-11-4/+10
* | Somewhat more efficient (~10%) priority queue.Steinar H. Gunderson2014-04-11-4/+9
* | Tiny cleanup.Steinar H. Gunderson2014-04-11-2/+1
* | Drop all the logging stuff if we only care about cost.Steinar H. Gunderson2014-04-11-14/+20
* | More consistent distro numbering.Steinar H. Gunderson2014-04-11-1/+1
* | When searching for optimal distro placement, only log when we actually find a...Steinar H. Gunderson2014-04-11-4/+6
* | Find switch-to-distro map in one go, instead of linear search. Saves maybe 10%.Steinar H. Gunderson2014-04-11-16/+27
* | Switch the Dijkstra to a heap-based version; about 60% faster in a quick test.Steinar H. Gunderson2014-04-11-25/+28