summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring, dicover_from_root -> _from_gateway. Also calls ↵HEADmasterLudovic Pouzenc2016-06-113-25/+47
| | | | compute_neighbourhood.
* Tiny refactoringNicolas Goaziou2016-06-111-2/+2
|
* Haircontrol: Small refactoringNicolas Goaziou2016-06-111-10/+8
| | | | | * haircontrol/discovery.py (Discovery.compute_neighbourhood.set_uplink): Test if link has an uplink first, so as to avoid code duplication.
* Implement network discovery algorithmNicolas Goaziou2016-06-111-26/+99
| | | | * haircontrol/discovery.py (Discovery.compute_neighbourhood): New function.
* Inspector : parse ip link and show version for switches.Ludovic Pouzenc2016-06-092-3/+27
| | | | Discovery : use switch mac for each ports.
* Ajout MAC locales pour switchsLudovic Pouzenc2016-06-092-0/+8
|
* Make room for direct_neighbours, add inter.py for use in interactive python ↵Ludovic Pouzenc2016-06-025-3/+59
| | | | shell.
* Inspector: more of them. Discovery: guess from mac address and some ↵Ludovic Pouzenc2016-05-164-29/+139
| | | | unification. Equipment : lowercase for iface
* Inspectors : add ToughSwitch. Tests : static hinting for switches. Discovery ↵Ludovic Pouzenc2016-05-164-45/+112
| | | | : go through all neighbours until all are inspected.
* tests-data : some more json fixesLudovic Pouzenc2016-05-162-2/+2
|
* Ubnt specific commandsLudovic Pouzenc2016-05-161-2/+2
|
* Implement parsing of brmacs.cgi and status.cgi (only for local interfaces)Ludovic Pouzenc2016-05-163-10/+71
|
* test-data : fix syntax errors in json due to manual editingLudovic Pouzenc2016-05-1610-10/+10
|
* inspectors : refactor doneLudovic Pouzenc2016-05-154-62/+131
|
* Add ip link support to mac local_macs, improove test result readabilityLudovic Pouzenc2016-05-155-19/+58
|
* Some work on data, repr() and cleaningLudovic Pouzenc2016-05-143-58/+57
|
* WIP : First try at getting some data from lldp and ip neigh.Ludovic Pouzenc2016-05-146-0/+165
|
* Spurious vim swap fileLudovic Pouzenc2016-05-081-0/+0
|
* Initial import : test-data.Ludovic Pouzenc2016-05-0838-0/+1891