]> git.proxmox.com Git - pve-network.git/blame - debian/changelog
subnet: add dhcp options
[pve-network.git] / debian / changelog
CommitLineData
1f3d6389
FG
1libpve-network-perl (0.8.2) bookworm; urgency=medium
2
3 * fix permissions && use new /sdn/zones/<zone>/<vnet> path
4
5 * zones: fix status
6
7 * sdn: config generation: check if interfaces.d/sdn is sourced
8
9 * zones: improve error message
10
11 * zones: add add|del_bridge_fdb to plugins
12
13 * zones: evpn: add disable-bridge-learning
14
15 * controller: evpn: fix find_bgp_controller
16
17 * controller: frr: add parsing of "interfaces" section
18
19 * controller: add isis router plugin
20
21 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Oct 2023 13:05:49 +0200
22
a38775c8
TL
23libpve-network-perl (0.8.1) bookworm; urgency=medium
24
25 * fix #4657: evpn: fix exit-node with multiple vrf
26
27 * fix #4425: vxlan, evpn: add vxlan-port option to override default
28
29 * fix #4662: frr: fix config generation ordering
30
31 * fix #4389: evpn: exit nodes: null routes subnets from other zones
32
33 * fix #4683: zones: QinQ: fix vlan-protocol when bridge is VLAN aware
34
35 * network reload: fix UPID parsing for the case where a task produced
36 warnings or errors
37
38 -- Proxmox Support Team <support@proxmox.com> Tue, 06 Jun 2023 08:07:19 +0200
39
2bff8ab7
TL
40libpve-network-perl (0.8.0) bookworm; urgency=medium
41
42 * re-build for Proxmox VE 8 / Debian 12 Bookworm
43
44 -- Proxmox Support Team <support@proxmox.com> Thu, 25 May 2023 18:18:20 +0200
45
50c52a49
TL
46libpve-network-perl (0.7.3) bullseye; urgency=medium
47
48 * controllers: evpn: correctly limit the number of controllers to maximal
49 one
50
51 * frr: add support for prefix-list in config
52
53 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Mar 2023 17:19:14 +0100
54
51a8fd2a
TL
55libpve-network-perl (0.7.2) bullseye; urgency=medium
56
57 * frr: update config frrversion to 8.2.2
58
59 * frr: add a local config parser and if configured merge with
60 generated config
61
62 * frr: config : add exit on router && routemaps to future proof
63 against upcoming FRR releases
64
65 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Nov 2022 14:08:26 +0100
66
51a03564
TL
67libpve-network-perl (0.7.1) bullseye; urgency=medium
68
69 * controllers: evpn: use frr restart if reload fails
70
71 * zonee: TAP plug: add support for disable bridge learning and helpers to
72 manage FDB entries manually
73
74 * controllers: evpn: fix multiple exit-nodes with route-map filtering
75
76 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Apr 2022 10:33:13 +0200
77
b86302e3
TL
78libpve-network-perl (0.7.0) bullseye; urgency=medium
79
80 * controllers:
81 + allow minus and underscore in IDs again
82 + bgp: use loopback ip src for loopback network
83 + bgp: add bgp-multipath-as-path-relax option
84 + evpn: add min/max value to asn
85 + evpn/bgp : add exitnodes-primary && rework route-map
86 + evpn: add missing bgp router-id in vrf
87 + evpn: remove "no bgp ebgp-requires-policy"
88
89 * zones status: skip reporting on nodes not configured for a zone
90
91 * zones evpn: add rt-import allowing one to import external route target list
92 from external evpn network, e.g., for DC inter-connect
93
94 -- Proxmox Support Team <support@proxmox.com> Sun, 13 Feb 2022 15:04:49 +0100
95
ea5187a4
TL
96libpve-network-perl (0.6.2) bullseye; urgency=medium
97
98 * evpn : add "ip route del vrf vrf_myzone unreachable default metric
99 4278198272" on exit node
100
101 * get_local_vnets: add permissions on /sdn/vnets/*
102
103 * evpn : add advertise-subnets and exitnodes-local-routing option
104
105 * vnet/subnet : add skipdns option
106
107 * api: zones: fix update
108
109 * zones: evpn: add disable-arp-nd-suppression option
110
111 * vnets: alias: check pattern and fix regex
112
113 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Nov 2021 19:33:54 +0100
114
115libpve-network-perl (0.6.1) bullseye; urgency=medium
6949fc01
TL
116
117 * sdn: get local vnets : add IPAM and VLAN-aware values
118
119 * IPAM: IPv6 fixes
120
121 * subnets/ipam: fix is_gateway helper usage
122
123 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Jul 2021 19:07:52 +0200
124
ea5187a4 125libpve-network-perl (0.6.0) buster; urgency=medium
c72266fa
TL
126
127 * zones: QinQ: classic bridge: fix bridge zone name with multiple zones/vnets
128
129 * zones: QinQ: ovs: fix duplicate ovs_ports with multiple zones/vnets
130
131 * d/control: fix package description
132
133 * zone: QinQ: add VNet without tag support
134
135 * zone/subnets: fix more cases when no IPAM is defined in the configuration
136
137 * zones: simple, evpn: only enable IP-forwarding if a gateway is defined on
138 the subnet
139
140 -- Proxmox Support Team <support@proxmox.com> Mon, 10 May 2021 10:44:56 +0200
141
baf95595
TL
142libpve-network-perl (0.5-2) pve; urgency=medium
143
144 * zones: make IPAM config optional for all zone plugins
145
146 * zone status: mark VNets with unknown zone as failed and early return to
147 avoid spamming the log with 'Use of uninitialized value' messages.
148
149 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Apr 2021 18:25:18 +0200
150
2f1e0d01
TL
151libpve-network-perl (0.5-1) pve; urgency=medium
152
153 * add foundation for IP Adresss Management (IPAM)
154 + add subnet plugin
155 + vnets: add subnets
156 + zones: simple|evpn: add gateway ip from subnets to vnet
157 + add IPAMs plugins
158 + add DNS plugin
159
160 * fix vnet gateway for routed setup + /32 pointopoint subnet
161
162 * api: generate 'running-config' state instead of version increase on apply
163
164 * api: add running/pending zones/vnets/subnets/controllers
165
166 * zones: evpn : add support for loopback
167
168 * zones: evpn/simple: add missing mask to gateway address
169
170 * evpn: frr: use datacenter default profile (lower timeouts)
171
172 * get local VNets: display vnet alias in comments
173
174 * use canonical ipv6 address (RFC 5952) everywhere
175
176 * zones: evpn: fix exitnodes for SNAT
177
178 * zones: evpn: move vnet mac option to evpn zone plugin
179
180 * zones: evpn: fix arp-accept and ip-forward with IPv6 SNAT
181
182 * zones: simple: fix ip-forward && IPv6 SNAT
183
184 * controllers: increase controllerid to 64 characters max
185
186 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Apr 2021 16:51:32 +0200
187
a5b8d7de
TL
188libpve-network-perl (0.4-7) pve; urgency=medium
189
190 * improve status API
191
192 * use more flexible split_list for ip lists to allow various common separators
193
194 * vnet: make tag optional and verify value in zone plugins
195
196 * add a 'simple' plugin
197
198 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2020 14:14:48 +0200
199
9a19045d
TL
200libpve-network-perl (0.4-6) pve; urgency=medium
201
202 * add vnet vlan-aware option for layer2 plugins
203
204 * vlan: ovs: use dot1q-tunnel with 802.1q when vlanaware is enabled
205
206 * qinq|vlan: ovs: add ovsint interfaces to ovs-ports list
207
208 * vlan|qinq: add mtu to ovsint link port
209
210 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 14:15:42 +0200
211
f455c686
TL
212libpve-network-perl (0.4-5) pve; urgency=medium
213
214 * api: fix reload-all UPID handling
215
216 * restrict zone and vnet names to 8 characters
217
218 * VLAN, QinQ: avoid tagging VM/CT ports directly
219
220 * VXLAN, EVPN: prefix internal interface names
221
222 -- Proxmox Support Team <support@proxmox.com> Tue, 19 May 2020 21:23:01 +0200
223
c239a193
TL
224libpve-network-perl (0.4-4) pve; urgency=medium
225
226 * only parse version if local sdn file exists
227
228 * d/control: recommend frr-pythontools, ifupdown2
229
230 * vlan plugin: add support for no vlan-aware bridge
231
232 -- Proxmox Support Team <support@proxmox.com> Sun, 10 May 2020 17:08:04 +0200
233
b27a097a
TL
234libpve-network-perl (0.4-3) pve; urgency=medium
235
236 * use .version and global lock instead of .new files
237
238 -- Proxmox Support Team <support@proxmox.com> Sat, 02 May 2020 19:20:33 +0200
239
19d8e799 240libpve-network-perl (0.4-2) pve; urgency=medium
afeeb0c5
TL
241
242 * vlan/qinq: use vlan-raw-device to support long predictable interfaces name
243
244 * evpn: add support for local frr.config
245
246 * controller : evpn : only allow 1 evpn controller
247
248 * API2: Vnets: fix update
249
250 * vlan/qinq: use bridge option instead uplink-id
251
252 * move status code to zone plugin
253
254 * qinq, vlanplugin: add status
255
256 * move mtu properties to zone
257
258 * add get_bridge_vlan
259
260 * add tap|veth create|plug
261
19d8e799
TL
262 * add get_local_vnets
263
264 -- Proxmox Support Team <support@proxmox.com> Wed, 08 Apr 2020 19:58:10 +0200
afeeb0c5 265
cc211ddb
TL
266libpve-network-perl (0.3-3) pve; urgency=medium
267
268 * evpn: remove uplink-id, auto find interfaces instead
269
270 * zones: vxlan : remove uplink-id (autofind) and multicast (not really used)
271
272 * ensure /etc/pve/sdn directory is created when writing to configuration
273
274 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Dec 2019 09:50:39 +0100
275
0b67e1c2
TL
276libpve-network-perl (0.3-2) pve; urgency=medium
277
278 * add faucet, evpn, qinq Plugins
279
280 * add permissions
281
282 * general refactoring
283
284 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Nov 2019 12:56:55 +0100
285
f38f0a4d
TL
286libpve-network-perl (0.3-1) pve; urgency=medium
287
288 * add FRR plugin
289
290 * VXLAN: add VRF and VRFVXLAN
291
292 * VXLAN: add support for ipv4/ipv6/mac for anycast routing
293
294 * VXLAN: add ip-forward|ip6-forward|arp-accept for routing
295
296 * VXLAN: add gateway-nodes option
297
298 * VXLAN: EVPN: fix routing to local vms on gateway nodes
299
300 * general fixes and improvements
301
302 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Sep 2019 16:57:42 +0200
303
c43c4b5f
TL
304libpve-network-perl (0.2-1) pve; urgency=medium
305
306 * add API
307
308 * improve VNET, VXLAN and VXLAN Multicast plugins
309
310 * use SDN (Software Defined Network) as base module path
311
312 -- Proxmox Support Team <support@proxmox.com> Tue, 18 Jun 2019 10:19:25 +0200
313
4d756085 314libpve-network-perl (0.1-1) unstable; urgency=medium
0399edbb
AD
315
316 * Initial release
317
318 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Mar 2019 12:50:26 +0100
319