]> git.proxmox.com Git - pve-network.git/blame - debian/changelog
vnets: alias: fix regex
[pve-network.git] / debian / changelog
CommitLineData
6949fc01
TL
1libpve-network-perl (0.6.1) pve; urgency=medium
2
3 * sdn: get local vnets : add IPAM and VLAN-aware values
4
5 * IPAM: IPv6 fixes
6
7 * subnets/ipam: fix is_gateway helper usage
8
9 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Jul 2021 19:07:52 +0200
10
c72266fa
TL
11libpve-network-perl (0.6.0) pve; urgency=medium
12
13 * zones: QinQ: classic bridge: fix bridge zone name with multiple zones/vnets
14
15 * zones: QinQ: ovs: fix duplicate ovs_ports with multiple zones/vnets
16
17 * d/control: fix package description
18
19 * zone: QinQ: add VNet without tag support
20
21 * zone/subnets: fix more cases when no IPAM is defined in the configuration
22
23 * zones: simple, evpn: only enable IP-forwarding if a gateway is defined on
24 the subnet
25
26 -- Proxmox Support Team <support@proxmox.com> Mon, 10 May 2021 10:44:56 +0200
27
baf95595
TL
28libpve-network-perl (0.5-2) pve; urgency=medium
29
30 * zones: make IPAM config optional for all zone plugins
31
32 * zone status: mark VNets with unknown zone as failed and early return to
33 avoid spamming the log with 'Use of uninitialized value' messages.
34
35 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Apr 2021 18:25:18 +0200
36
2f1e0d01
TL
37libpve-network-perl (0.5-1) pve; urgency=medium
38
39 * add foundation for IP Adresss Management (IPAM)
40 + add subnet plugin
41 + vnets: add subnets
42 + zones: simple|evpn: add gateway ip from subnets to vnet
43 + add IPAMs plugins
44 + add DNS plugin
45
46 * fix vnet gateway for routed setup + /32 pointopoint subnet
47
48 * api: generate 'running-config' state instead of version increase on apply
49
50 * api: add running/pending zones/vnets/subnets/controllers
51
52 * zones: evpn : add support for loopback
53
54 * zones: evpn/simple: add missing mask to gateway address
55
56 * evpn: frr: use datacenter default profile (lower timeouts)
57
58 * get local VNets: display vnet alias in comments
59
60 * use canonical ipv6 address (RFC 5952) everywhere
61
62 * zones: evpn: fix exitnodes for SNAT
63
64 * zones: evpn: move vnet mac option to evpn zone plugin
65
66 * zones: evpn: fix arp-accept and ip-forward with IPv6 SNAT
67
68 * zones: simple: fix ip-forward && IPv6 SNAT
69
70 * controllers: increase controllerid to 64 characters max
71
72 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Apr 2021 16:51:32 +0200
73
a5b8d7de
TL
74libpve-network-perl (0.4-7) pve; urgency=medium
75
76 * improve status API
77
78 * use more flexible split_list for ip lists to allow various common separators
79
80 * vnet: make tag optional and verify value in zone plugins
81
82 * add a 'simple' plugin
83
84 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2020 14:14:48 +0200
85
9a19045d
TL
86libpve-network-perl (0.4-6) pve; urgency=medium
87
88 * add vnet vlan-aware option for layer2 plugins
89
90 * vlan: ovs: use dot1q-tunnel with 802.1q when vlanaware is enabled
91
92 * qinq|vlan: ovs: add ovsint interfaces to ovs-ports list
93
94 * vlan|qinq: add mtu to ovsint link port
95
96 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 14:15:42 +0200
97
f455c686
TL
98libpve-network-perl (0.4-5) pve; urgency=medium
99
100 * api: fix reload-all UPID handling
101
102 * restrict zone and vnet names to 8 characters
103
104 * VLAN, QinQ: avoid tagging VM/CT ports directly
105
106 * VXLAN, EVPN: prefix internal interface names
107
108 -- Proxmox Support Team <support@proxmox.com> Tue, 19 May 2020 21:23:01 +0200
109
c239a193
TL
110libpve-network-perl (0.4-4) pve; urgency=medium
111
112 * only parse version if local sdn file exists
113
114 * d/control: recommend frr-pythontools, ifupdown2
115
116 * vlan plugin: add support for no vlan-aware bridge
117
118 -- Proxmox Support Team <support@proxmox.com> Sun, 10 May 2020 17:08:04 +0200
119
b27a097a
TL
120libpve-network-perl (0.4-3) pve; urgency=medium
121
122 * use .version and global lock instead of .new files
123
124 -- Proxmox Support Team <support@proxmox.com> Sat, 02 May 2020 19:20:33 +0200
125
19d8e799 126libpve-network-perl (0.4-2) pve; urgency=medium
afeeb0c5
TL
127
128 * vlan/qinq: use vlan-raw-device to support long predictable interfaces name
129
130 * evpn: add support for local frr.config
131
132 * controller : evpn : only allow 1 evpn controller
133
134 * API2: Vnets: fix update
135
136 * vlan/qinq: use bridge option instead uplink-id
137
138 * move status code to zone plugin
139
140 * qinq, vlanplugin: add status
141
142 * move mtu properties to zone
143
144 * add get_bridge_vlan
145
146 * add tap|veth create|plug
147
19d8e799
TL
148 * add get_local_vnets
149
150 -- Proxmox Support Team <support@proxmox.com> Wed, 08 Apr 2020 19:58:10 +0200
afeeb0c5 151
cc211ddb
TL
152libpve-network-perl (0.3-3) pve; urgency=medium
153
154 * evpn: remove uplink-id, auto find interfaces instead
155
156 * zones: vxlan : remove uplink-id (autofind) and multicast (not really used)
157
158 * ensure /etc/pve/sdn directory is created when writing to configuration
159
160 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Dec 2019 09:50:39 +0100
161
0b67e1c2
TL
162libpve-network-perl (0.3-2) pve; urgency=medium
163
164 * add faucet, evpn, qinq Plugins
165
166 * add permissions
167
168 * general refactoring
169
170 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Nov 2019 12:56:55 +0100
171
f38f0a4d
TL
172libpve-network-perl (0.3-1) pve; urgency=medium
173
174 * add FRR plugin
175
176 * VXLAN: add VRF and VRFVXLAN
177
178 * VXLAN: add support for ipv4/ipv6/mac for anycast routing
179
180 * VXLAN: add ip-forward|ip6-forward|arp-accept for routing
181
182 * VXLAN: add gateway-nodes option
183
184 * VXLAN: EVPN: fix routing to local vms on gateway nodes
185
186 * general fixes and improvements
187
188 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Sep 2019 16:57:42 +0200
189
c43c4b5f
TL
190libpve-network-perl (0.2-1) pve; urgency=medium
191
192 * add API
193
194 * improve VNET, VXLAN and VXLAN Multicast plugins
195
196 * use SDN (Software Defined Network) as base module path
197
198 -- Proxmox Support Team <support@proxmox.com> Tue, 18 Jun 2019 10:19:25 +0200
199
4d756085 200libpve-network-perl (0.1-1) unstable; urgency=medium
0399edbb
AD
201
202 * Initial release
203
204 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Mar 2019 12:50:26 +0100
205