1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
ikvswitch (1.0.4) unstable; urgency=medium
* Allow cl1-network-2 to adverize BGP.
-- Thomas Goirand <zigo@debian.org> Fri, 11 Apr 2025 14:07:58 +0200
ikvswitch (1.0.3) unstable; urgency=medium
* Use --vlan-setup for leaf2 virtual switch, not leaf1.
-- Thomas Goirand <zigo@debian.org> Tue, 25 Mar 2025 14:15:10 +0100
ikvswitch (1.0.2) unstable; urgency=medium
* Also do ip link set down dev ${HOST_IPMI_BRIDGE_NAME} when teardown.
-- Thomas Goirand <zigo@debian.org> Wed, 12 Feb 2025 11:08:55 +0100
ikvswitch (1.0.1) unstable; urgency=medium
* Add ip link set up dev ${HOST_IPMI_BRIDGE_NAME}, otherwise the IPMI bridge
cannot forward traffic to the host.
-- Thomas Goirand <zigo@debian.org> Thu, 06 Feb 2025 11:06:14 +0100
ikvswitch (1.0.0) unstable; urgency=medium
* Switch default from 22 to 23u rack.
* Release as 1.0, as it proves very stable.
-- Thomas Goirand <zigo@debian.org> Fri, 15 Nov 2024 14:48:40 +0100
ikvswitch (0.0.8) unstable; urgency=medium
* Depends on qemu-kvm | qemu-system-any, not just qemu-system which installs
qemu for all archs.
-- Thomas Goirand <zigo@debian.org> Thu, 27 Jun 2024 11:45:51 +0200
ikvswitch (0.0.7) unstable; urgency=medium
* [a6235d2] Fancier prints.
* [97860bf] Increase VNC port num from 50 to 80 to avoid conflict with oci-poc.
* [ce38315] Increase default NUM_U to 19.
* [16c01f3] Allow BGP advertizing from leaf1 switch VLANs.
* [1a7aaff] Add IPMI bridge.
* [a78f3e3] Create tuntap NIC and plug it to IPMI bridge.
-- Thomas Goirand <zigo@debian.org> Tue, 19 Mar 2024 14:50:30 +0100
ikvswitch (0.0.6) unstable; urgency=medium
* [c450c4e] ikvswitch-setup: fix BGP accept list interface in leafs with
arbitrary number of U.
-- Thomas Goirand <zigo@debian.org> Wed, 28 Feb 2024 14:39:26 +0100
ikvswitch (0.0.5) unstable; urgency=medium
* [26a17e6] Make the list of iface in the dhcp0 bridge, be dynamic and depend
on the number of U.
-- Thomas Goirand <zigo@debian.org> Wed, 28 Feb 2024 11:54:00 +0100
ikvswitch (0.0.4) unstable; urgency=medium
* Increase the default number of ports from 13 to 16 per rack.
* Update d/copyright.
-- Thomas Goirand <zigo@debian.org> Wed, 28 Feb 2024 11:21:07 +0100
ikvswitch (0.0.3) unstable; urgency=medium
* [1963b5b] and [bc9e7cc] More docs.
* [93f8ec6] Add 6x connected VLANs from 192.168.113/24 to 168.168.118.0/24,
and accept annoucements from network nodes.
-- Thomas Goirand <zigo@debian.org> Tue, 16 Jan 2024 15:58:10 +0100
ikvswitch (0.0.2) unstable; urgency=medium
* Add another "internet" virtual switch, and setup DHCPd on odd switches.
-- Thomas Goirand <zigo@debian.org> Tue, 09 Jan 2024 20:02:50 +0100
ikvswitch (0.0.1) unstable; urgency=medium
* Initial release. (Closes: #1059614)
-- Thomas Goirand <zigo@debian.org> Fri, 29 Dec 2023 11:14:49 +0100
|