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