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