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