blob: 4ce2fe8e541fe82962d370fb267e03e7f28982f9 [file] [log] [blame]
Steve McIntyre94ef65e2015-09-25 01:08:14 +01001vland 0.4
2
3 * Large numbers of bugfixes and code cleanups
4 * Code changes for integration with LAVA:
5 + Added db.find_lowest_unused_vlan_tag()
6 + create_vlan() with a tag of -1 will find and allocate the first
7 unused tag automatically
8 * Add port *numbers* as well as names to the ports database, to give
9 human-recognisable references. See README.port-numbering for more
10 details.
11 * Add tracking of trunks, the inter-switch connections, needed for
12 visualisation diagrams.
13 * Add a simple http-based visualisation feature:
14 + Generate network diagrams on-demand based on the information in the
15 VLANd database, colour-coded to show port configuration
16 + Generate a simple website to reference those diagrams.
17 * Allow more ports to be seen on Catalyst switches
18 * Add a systemd service file for vland
19
20 -- Steve McIntyre <steve.mcintyre@linaro.org> Thu, 24 Sep 2015 17:00:03 -0700
21
Steve McIntyre866353e2015-07-31 16:31:27 +010022vland 0.3
Steve McIntyre9d897182014-12-22 17:51:08 +000023
Steve McIntyre866353e2015-07-31 16:31:27 +010024 * Massive numbers of bugfixes and code cleanups
25 * Added two new switch drivers:
26 + TP-Link TL-SG2XXX family (TPLinkTLSG2XXX)
27 + Netgear XSM family (NetgearXSM)
28 * Added "debug" option to all the switch drivers to log all interactions
29 * Added internal caching of port modes within the driver core for a large
30 speed-up in normal use
31 * Bug fix to handling of trunk ports in the CiscoCatalyst driver,
32 improving VLAN interop with other switches
33 * Huge changes to the test lab, now using 5 switches and 10 hosts
34 * Big improvements to the test suite:
35 + Match the new test lab layout
36 + Move more of the core test code into the test-common utility library
37 + Massively improved the check-networks test runner for the test hosts
38 + Added parsing of the UP/DOWN results in test-common to give a simple
39 PASS/FAIL result for each test
40 + Added more tests
41 * All logging now in UTC
Steve McIntyre9d897182014-12-22 17:51:08 +000042
Steve McIntyre866353e2015-07-31 16:31:27 +010043 -- Steve McIntyre <steve.mcintyre@linaro.org> Fri, 31 Jul 2015 16:21:50 +0100
Steve McIntyre6d19cd42015-02-13 07:43:10 +000044
45vland 0.2
46
47 * Massive numbers of bugfixes and code cleanups
48 * Improve how we talk to the Cisco switches - disable paging on long
49 output
50 * Switch from "print" to "logging.foo" for messages, and add logfile
51 support
52 * Improved test suite coverage, and added core test scripts for the lab
53 environment
54
55 -- Steve McIntyre <steve.mcintyre@linaro.org> Fri, 13 Feb 2015 15:42:31 +0800
Steve McIntyre866353e2015-07-31 16:31:27 +010056
57vland 0.1
58
59 * Initial Release
60
61 -- Steve McIntyre <steve.mcintyre@linaro.org> Wed, 24 Dec 2014 18:31:24 +0000
62