]> git.proxmox.com Git - pve-firewall.git/blob - debian/changelog
bump version to 4.3-2
[pve-firewall.git] / debian / changelog
1 pve-firewall (4.3-2) bullseye; urgency=medium
2
3 * fix variables declared in conditional statement
4
5 * fix #4730: add safeguards to prevent ICMP type misuse
6
7 -- Proxmox Support Team <support@proxmox.com> Tue, 16 May 2023 11:17:58 +0200
8
9 pve-firewall (4.3-1) bullseye; urgency=medium
10
11 * allow entering IP address with the host bits (those inside the mask) not
12 being all zero non-zero, like 192.168.1.155/24 for example.
13
14 * api: firewall logger: add optional parameters `since` and `until` for
15 time-range filtering
16
17 * fix #4550: host options: add nf_conntrack_helpers to compensate that
18 kernel 6.1 and newer have removed the auto helpers
19
20 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Mar 2023 15:24:56 +0100
21
22 pve-firewall (4.2-7) bullseye; urgency=medium
23
24 * fix #4018: add firewall macro for SPICE proxy
25
26 * fix #4204: automatically update each usage of a group to the new ID when
27 it is renamed
28
29 * fix #4268: add 'force' parameter to delete IPSet with members
30
31 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Nov 2022 19:53:04 +0100
32
33 pve-firewall (4.2-6) bullseye; urgency=medium
34
35 * config defaults: document that the mac filter defaults to on
36
37 * fix #4175: ignore non-filter ebtables tables
38
39 * fix enabling ebtables if VM firewall config is invalid
40
41 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Aug 2022 09:43:53 +0200
42
43 pve-firewall (4.2-5) bullseye; urgency=medium
44
45 * fix #3677 ipset get chains: handle newer ipset output for actual
46 change detection
47
48 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Nov 2021 16:37:13 +0100
49
50 pve-firewall (4.2-4) bullseye; urgency=medium
51
52 * re-build to avoid issues stemming from semi-broken systemd-debhelper version
53
54 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Oct 2021 10:39:05 +0200
55
56 pve-firewall (4.2-3) bullseye; urgency=medium
57
58 * fix #2721: remove the (nowadays) bogus reject for TCP port 43 from the
59 default drop and reject actions
60
61 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Sep 2021 13:00:07 +0200
62
63 pve-firewall (4.2-2) bullseye; urgency=medium
64
65 * re-set relevant sysctls on every apply round
66
67 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Jun 2021 11:31:42 +0200
68
69 pve-firewall (4.2-1) bullseye; urgency=medium
70
71 * fix #967: source: dest: limit length
72
73 * re-build for Debian 11 Bullseye based releases (Proxmox VE 7)
74
75 * fix #2358: allow --<opt> in firewall rule config files
76
77 -- Proxmox Support Team <support@proxmox.com> Wed, 12 May 2021 20:32:30 +0200
78
79 pve-firewall (4.1-3) pve; urgency=medium
80
81 * fix #2773: ebtables: keep policy of custom chains
82
83 * introduce new icmp-type parameter
84
85 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Sep 2020 16:51:27 +0200
86
87 pve-firewall (4.1-2) pve; urgency=medium
88
89 * revert: rules: verify referenced security group exists
90
91 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2020 17:41:36 +0200
92
93 pve-firewall (4.1-1) pve; urgency=medium
94
95 * logging: add missing log message for inbound rules
96
97 * fix #2686: avoid adding 'arp-ip-src' IP filter if guests uses DHCP
98
99 * IPSets: parse the CIDR before checking for duplicates
100
101 * verify that a referenced security group exists
102
103 * ICMP: fix iptables-restore failing if ICMP-type values bigger than '255'
104
105 * ICMP: allow one to specify the 'echo-reply' (0) type also as integer
106
107 * improve handling concurrent (parallel) access and modifications to rules
108
109 -- Proxmox Support Team <support@proxmox.com> Mon, 04 May 2020 15:01:57 +0200
110
111 pve-firewall (4.0-10) pve; urgency=medium
112
113 * macros: add macro for Proxmox Mail Gateway web interface
114
115 * api node: always pass cluster conf to node FW parser to fix false positive
116 error message about non existing aliases, or IP sets, when querying the
117 node FW options GET API call.
118
119 * grammar fix: s/does not exists/does not exist/g
120
121 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jan 2020 19:25:49 +0100
122
123 pve-firewall (4.0-9) pve; urgency=medium
124
125 * ensure port range used for offline storage migration and insecure migration
126 traffic is allowed by default rule set.
127
128 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Dec 2019 08:12:20 +0100
129
130 pve-firewall (4.0-8) pve; urgency=medium
131
132 * increase default nf_conntrack_max to the kernel's default
133
134 * fix some "use of uninitialized value" warnings when updating CIDRs
135
136 * update schema documentation
137
138 * add explicit dependency on libpve-cluster-perl
139
140 * add support for "raw" tables
141
142 * add options for synflood protection for host firewall:
143 - nf_conntrack_tcp_timeout_syn_recv
144 - protection_synflood: boolean
145 - protection_synflood_rate: SYN rate limit (default 200 per second)
146 - protection_synflood_burst: SYN burst limit (default 1000)
147
148 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2019 13:48:20 +0100
149
150 pve-firewall (4.0-7) pve; urgency=medium
151
152 * only add VM chains and rules if VM firewall is enabled
153
154 -- Proxmox Support Team <support@proxmox.com> Wed, 7 Aug 2019 10:55:06 +0200
155
156 pve-firewall (4.0-6) pve; urgency=medium
157
158 * firewall macros: add new Ceph protocol v2 port while keeping v1 port
159
160 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Jul 2019 18:57:48 +0200
161
162 pve-firewall (4.0-5) pve; urgency=medium
163
164 * don't use any base path at all for calls to external binaries to make use
165 compativle with bot, /usr merged and unmerged setups
166
167 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Jul 2019 11:47:53 +0200
168
169 pve-firewall (4.0-4) pve; urgency=medium
170
171 * ebtables: remove PVE chains properly
172
173 * ebtables: treat chain deletion as change
174
175 * use /usr/sbin as base path
176
177 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:40:01 +0200
178
179 pve-firewall (4.0-3) pve; urgency=medium
180
181 * Create corosync firewall rules independently of localnet~
182
183 * Display corosync rule info on localnet call
184
185 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jul 2019 15:56:11 +0200
186
187 pve-firewall (4.0-2) pve; urgency=medium
188
189 * fix systemd warning about PIDFile directory
190
191 * fix CT rule generation with ipfilter set
192
193 * pve-firewall service: update-alternative iptables and ebtables to working
194 legacy versions
195
196 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jun 2019 20:43:21 +0200
197
198 pve-firewall (4.0-1) pve; urgency=medium
199
200 * re-build for Debian Buster / PVE 6
201
202 -- Proxmox Support Team <support@proxmox.com> Tue, 21 May 2019 22:28:55 +0200
203
204 pve-firewall (3.0-21) unstable; urgency=medium
205
206 * fix ipv6 PVEFW-reject
207
208 * fix #2193: arpfilter: CT: remove mask from net IP/CIDR to avoid
209 ebtables doing the wrong thing here
210
211 -- Proxmox Support Team <support@proxmox.com> Wed, 08 May 2019 10:09:31 +0000
212
213 pve-firewall (3.0-20) unstable; urgency=medium
214
215 * use IPCC to read config and rule files, if the are backed by pmxcfs which
216 has better handling for pmxcfs restarts
217
218 * fix #2178: endless loop on ipv6 extension headers
219
220 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Apr 2019 05:10:13 +0000
221
222 pve-firewall (3.0-19) unstable; urgency=medium
223
224 * ebtables: add arp filtering
225
226 * fix: #2123 Logging of user defined firewall rules
227
228 * fix Razor macro
229
230 * allow to enable/disable and modify cluster wide log ratelimits
231
232 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Apr 2019 11:15:16 +0200
233
234 pve-firewall (3.0-18) unstable; urgency=medium
235
236 * fix #1606: Add nf_conntrack_allow_invalid option
237
238 * log reject : add space after policy REJECT like drop
239
240 * fix #1891: Add zsh command completion for pve-firewall
241
242 -- Proxmox Support Team <support@proxmox.com> Mon, 04 Mar 2019 10:27:01 +0100
243
244 pve-firewall (3.0-17) unstable; urgency=medium
245
246 * fix #2005: only allow ascii port digits
247
248 * fix #2004: do not allow backwards ranges
249
250 * add conntrack logging via libnetfilter_conntrack and allow one to enable
251 it through the firewall host configuration
252
253 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Jan 2019 16:56:17 +0100
254
255 pve-firewall (3.0-16) unstable; urgency=medium
256
257 * api/rules: fix macro return type
258
259 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2018 16:02:59 +0100
260
261 pve-firewall (3.0-15) unstable; urgency=medium
262
263 * fix #1971: display firewall rule properties
264
265 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Nov 2018 14:01:33 +0100
266
267 pve-firewall (3.0-14) unstable; urgency=medium
268
269 * fix #1841: avoid ebtable reloads when containers have multiple network
270 interfaces
271
272 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Aug 2018 10:51:04 +0200
273
274 pve-firewall (3.0-13) unstable; urgency=medium
275
276 * avoid unnecessary reloads of ebtable ruleset
277
278 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Jun 2018 14:47:16 +0200
279
280 pve-firewall (3.0-12) unstable; urgency=medium
281
282 * fix deleted iptables chains not being properly detected as a change
283
284 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Jun 2018 12:01:02 +0200
285
286 pve-firewall (3.0-11) unstable; urgency=medium
287
288 * #1764: rename 'ebtales_enable' option to 'ebtables'
289
290 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Jun 2018 16:18:13 +0200
291
292 pve-firewall (3.0-10) unstable; urgency=medium
293
294 * fix #1764: handle existing ebtables rules and allow disabling ebtables
295
296 * ebtables handling can be disabled via /etc/pve/firewall/cluster.fw's new
297 ebtables_enable option.
298
299 -- Proxmox Support Team <support@proxmox.com> Tue, 29 May 2018 15:14:33 +0200
300
301 pve-firewall (3.0-9) unstable; urgency=medium
302
303 * fix creation of ebltables FORWARD rule entry
304
305 -- Proxmox Support Team <support@proxmox.com> Thu, 17 May 2018 14:41:27 +0200
306
307 pve-firewall (3.0-8) unstable; urgency=medium
308
309 * add ebtables support for better MAC filtering
310
311 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Apr 2018 14:25:41 +0200
312
313 pve-firewall (3.0-7) unstable; urgency=medium
314
315 * support distinct source and destination multi-port matching
316
317 * multi-port matching: when specifying the same list of ports for source and
318 destination require them both to match, rather than one of them, as this
319 was rather unexpected behavior
320
321 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Mar 2018 14:58:08 +0100
322
323 pve-firewall (3.0-6) unstable; urgency=medium
324
325 * fix #1319: don't fail postinst with masked service
326
327 * debian: switch to compat 9, drop init scripts, drop preinst
328
329 * check multiport limit in port ranges
330
331 * build: use git rev-parse for GITVERSION
332
333 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Mar 2018 13:53:11 +0100
334
335 pve-firewall (3.0-5) unstable; urgency=medium
336
337 * fix issue with disabled flag not being honored within groups
338
339 -- Proxmox Support Team <support@proxmox.com> Thu, 07 Dec 2017 08:31:42 +0100
340
341 pve-firewall (3.0-4) unstable; urgency=medium
342
343 * fix issues with ipsets reloading unnecessarily or too late
344
345 * fix some typos in the logs
346
347 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Nov 2017 11:41:56 +0100
348
349 pve-firewall (3.0-3) unstable; urgency=medium
350
351 * Fix #1492: logger: use current timestamp if the packet doesn't have one
352
353 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Sep 2017 14:43:06 +0200
354
355 pve-firewall (3.0-2) unstable; urgency=medium
356
357 * Fix #1446: remove masks in case the package had previously been removed but
358 not purged.
359
360 * improve logging on errors in the firewall configuration
361
362 * forbid trailing commas in lists as iptables-restore doesn't support them
363
364 -- Proxmox Support Team <support@proxmox.com> Mon, 17 Jul 2017 15:24:40 +0200
365
366 pve-firewall (3.0-1) unstable; urgency=medium
367
368 * rebuild for Debian Stretch
369
370 -- Proxmox Support Team <support@proxmox.com> Thu, 9 Mar 2017 14:04:17 +0100
371
372 pve-firewall (2.0-33) unstable; urgency=medium
373
374 * ipset: don't allow zero-prefix entries
375
376 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Nov 2016 12:18:04 +0100
377
378 pve-firewall (2.0-32) unstable; urgency=medium
379
380 * improve search for local-network
381
382 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Nov 2016 06:35:08 +0100
383
384 pve-firewall (2.0-31) unstable; urgency=medium
385
386 * don't try to apply ports to rules which don't support them
387
388 -- Proxmox Support Team <support@proxmox.com> Thu, 06 Oct 2016 08:31:51 +0200
389
390 pve-firewall (2.0-30) unstable; urgency=medium
391
392 * add multicast DNS to the list of Macros
393
394 * add missing parameter descriptions
395
396 * build-depends: add dh-systemd
397
398 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Sep 2016 08:53:16 +0200
399
400 pve-firewall (2.0-29) unstable; urgency=medium
401
402 * prevent overwriting ipsets/sec. groups by renaming
403
404 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jun 2016 16:46:10 +0200
405
406 pve-firewall (2.0-28) unstable; urgency=medium
407
408 * use pve-common's ipv4_mask_hash_localnet
409
410 * fix allowed group name length
411
412 * make group digest stable
413
414 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jun 2016 11:01:47 +0200
415
416 pve-firewall (2.0-27) unstable; urgency=medium
417
418 * fix #972: make PVEFW-FWBR-* rule order stable
419
420 -- Proxmox Support Team <support@proxmox.com> Tue, 17 May 2016 07:59:52 +0200
421
422 pve-firewall (2.0-26) unstable; urgency=medium
423
424 * fix #988: set rp_filter=2
425
426 -- Proxmox Support Team <support@proxmox.com> Mon, 09 May 2016 10:01:28 +0200
427
428 pve-firewall (2.0-25) unstable; urgency=medium
429
430 * fix #945: add uninitialized check in lxc ipset compilation
431
432 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Apr 2016 09:58:33 +0200
433
434 pve-firewall (2.0-24) unstable; urgency=medium
435
436 * Build-Depend on pve-doc-generator
437
438 * generate manpage with pve-doc-generator
439
440 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Apr 2016 10:52:45 +0200
441
442 pve-firewall (2.0-23) unstable; urgency=medium
443
444 * use only the top bit for our accept marks
445
446 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Apr 2016 07:35:38 +0200
447
448 pve-firewall (2.0-22) unstable; urgency=medium
449
450 * Use cfs_config_path from PVE::QemuConfig
451
452 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Mar 2016 11:47:40 +0100
453
454 pve-firewall (2.0-21) unstable; urgency=medium
455
456 * added new 'ipfilter' option
457
458 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Mar 2016 09:43:39 +0100
459
460 pve-firewall (2.0-20) unstable; urgency=medium
461
462 * fix 901: encode unicode characters in sha digest
463
464 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Feb 2016 12:40:14 +0100
465
466 pve-firewall (2.0-19) unstable; urgency=medium
467
468 * Add radv option to VM options
469
470 -- Proxmox Support Team <support@proxmox.com> Sat, 27 Feb 2016 10:24:42 +0100
471
472 pve-firewall (2.0-18) unstable; urgency=medium
473
474 * Add ndp option to host and VM firewall options
475
476 * Add router-solicitation to NeighborDiscovery macro
477
478 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Feb 2016 10:01:22 +0100
479
480 pve-firewall (2.0-17) unstable; urgency=medium
481
482 * Don't leave empty FW config files behind
483
484 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Feb 2016 14:09:24 +0100
485
486 pve-firewall (2.0-16) unstable; urgency=medium
487
488 * logger: basic ipv6 support
489
490 * add DHCPv6 macro
491
492 * add dhcpv6 support to the dhcp option
493
494 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Jan 2016 16:52:14 +0100
495
496 pve-firewall (2.0-15) unstable; urgency=medium
497
498 * fix bug #859: use $security_group_name_pattern in iptables_get_chains
499
500 * fix some regular expressions mixups
501
502 -- Proxmox Support Team <support@proxmox.com> Thu, 07 Jan 2016 16:33:23 +0100
503
504 pve-firewall (2.0-14) unstable; urgency=medium
505
506 * fix systemd service dependencies
507
508 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Nov 2015 10:52:57 +0100
509
510 pve-firewall (2.0-13) unstable; urgency=medium
511
512 * allow numeric icmp types
513
514 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Oct 2015 13:21:53 +0200
515
516 pve-firewall (2.0-12) unstable; urgency=medium
517
518 * implement bash completions
519
520 * convert pve-firewall into a PVE::Service class
521
522 -- Proxmox Support Team <support@proxmox.com> Thu, 24 Sep 2015 12:15:00 +0200
523
524 pve-firewall (2.0-11) unstable; urgency=medium
525
526 * iptables_get_chains: fix veth device name
527
528 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Sep 2015 07:54:35 +0200
529
530 pve-firewall (2.0-10) unstable; urgency=medium
531
532 * new helper: clone_vmfw_conf()
533
534 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Aug 2015 06:47:49 +0200
535
536 pve-firewall (2.0-9) unstable; urgency=medium
537
538 * remove firewall config file subroutine added
539
540 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2015 15:42:51 +0200
541
542 pve-firewall (2.0-8) unstable; urgency=medium
543
544 * adopt regresion tests for lxc containers
545
546 * removed firewall code for openVZ
547
548 * Subroutine verify_rule fixed to correctly check only for "net\d+"
549 interface device names
550
551 -- Proxmox Support Team <support@proxmox.com> Wed, 12 Aug 2015 12:01:43 +0200
552
553 pve-firewall (2.0-7) unstable; urgency=medium
554
555 * added firewall code for lxc
556
557 -- Proxmox Support Team <support@proxmox.com> Mon, 10 Aug 2015 09:21:14 +0200
558
559 pve-firewall (2.0-6) unstable; urgency=medium
560
561 * firewall ipversion comparison fix
562
563 -- Proxmox Support Team <support@proxmox.com> Tue, 04 Aug 2015 11:14:51 +0200
564
565 pve-firewall (2.0-5) unstable; urgency=medium
566
567 * add ipv6 neighbor discovery and solicitation macros
568
569 * ip6tables accepts both spellings of the word neighbor
570
571 * added Ceph macro
572
573 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jul 2015 13:20:55 +0200
574
575 pve-firewall (2.0-4) unstable; urgency=medium
576
577 * include manual page for pve-firewall
578
579 -- Proxmox Support Team <support@proxmox.com> Sat, 27 Jun 2015 16:26:28 +0200
580
581 pve-firewall (2.0-3) unstable; urgency=medium
582
583 * use noawait trigers for pve-api-updates
584
585 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Jun 2015 12:33:06 +0200
586
587 pve-firewall (2.0-2) unstable; urgency=medium
588
589 * trigger pve-api-updates event
590
591 -- Proxmox Support Team <support@proxmox.com> Tue, 05 May 2015 15:10:24 +0200
592
593 pve-firewall (2.0-1) unstable; urgency=medium
594
595 * recompile for debian jessie
596
597 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Feb 2015 12:22:04 +0100
598
599 pve-firewall (1.0-18) unstable; urgency=low
600
601 * fix alias lookup
602
603 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Feb 2015 09:32:03 +0100
604
605 pve-firewall (1.0-17) unstable; urgency=low
606
607 * fix restart behavior
608
609 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Jan 2015 06:45:58 +0100
610
611 pve-firewall (1.0-16) unstable; urgency=low
612
613 * use new Daemon class from pve-common
614
615 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Dec 2014 09:45:07 +0100
616
617 pve-firewall (1.0-15) unstable; urgency=low
618
619 * bug fix: load cluster conf for host rules
620
621 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Dec 2014 06:33:28 +0100
622
623 pve-firewall (1.0-14) unstable; urgency=low
624
625 * do not use ipset list chains
626
627 * remove preinst script (not needed anymore)
628
629 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Dec 2014 13:42:00 +0100
630
631 pve-firewall (1.0-13) unstable; urgency=low
632
633 * fix ipset remove order
634
635 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Nov 2014 12:45:48 +0100
636
637 pve-firewall (1.0-12) unstable; urgency=low
638
639 * add preinst script to clear ipset from older installation (because
640 sets cannot be swapped if there type does not match.
641
642 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Nov 2014 08:59:38 +0100
643
644 pve-firewall (1.0-11) unstable; urgency=low
645
646 * bug fix: correctly set ipversion for aliases in verify_rule
647
648 * save restore commands into files to make debugging
649 easier (/var/lib/pve-firewall/)
650
651 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Nov 2014 08:04:05 +0100
652
653 pve-firewall (1.0-10) unstable; urgency=low
654
655 * add IPv6 support for VMs (hostfw is IPv4 only)
656
657 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Nov 2014 07:00:29 +0100
658
659 pve-firewall (1.0-9) unstable; urgency=low
660
661 * fix max ipset name name length
662
663 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Oct 2014 16:29:34 +0200
664
665 pve-firewall (1.0-8) unstable; urgency=low
666
667 * implement permission
668
669 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Sep 2014 12:15:21 +0200
670
671 pve-firewall (1.0-7) unstable; urgency=low
672
673 * proxy host rule API calls to correct node
674
675 * always generate MAC and IP filter rules if firewall is enabled on NIC
676
677 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Jun 2014 07:12:57 +0200
678
679 pve-firewall (1.0-6) unstable; urgency=low
680
681 * ipmlement ipfilter ipsets
682
683 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Jun 2014 08:37:08 +0200
684
685 pve-firewall (1.0-5) unstable; urgency=low
686
687 * remove ipsets when firewall disabled
688
689 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Jun 2014 08:50:18 +0200
690
691 pve-firewall (1.0-4) unstable; urgency=low
692
693 * depend on iptables and ipset
694
695 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Jun 2014 06:45:33 +0200
696
697 pve-firewall (1.0-3) unstable; urgency=low
698
699 * change dh_installinit order (register pvefw-logger before pve-firewall)
700
701 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Jun 2014 06:24:21 +0200
702
703 pve-firewall (1.0-2) unstable; urgency=low
704
705 * add experimental nflog logging daemon
706
707 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Mar 2014 08:27:01 +0100
708
709 pve-firewall (1.0-1) unstable; urgency=low
710
711 * initial package
712
713 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Mar 2014 08:37:06 +0100
714