Révision 3b8f5945
Release 2.5.0
CHANGELOG.md | ||
---|---|---|
4 | 4 |
Each new release typically also includes the latest modulesync defaults. |
5 | 5 |
These should not affect the functionality of the module. |
6 | 6 |
|
7 |
## [v2.5.0](https://github.com/voxpupuli/puppet-nftables/tree/v2.5.0) (2022-08-26) |
|
8 |
|
|
9 |
[Full Changelog](https://github.com/voxpupuli/puppet-nftables/compare/v2.4.0...v2.5.0) |
|
10 |
|
|
11 |
**Implemented enhancements:** |
|
12 |
|
|
13 |
- Add all nftables families as a valid noflush pattern [\#142](https://github.com/voxpupuli/puppet-nftables/pull/142) ([luisfdez](https://github.com/luisfdez)) |
|
14 |
|
|
15 |
**Fixed bugs:** |
|
16 |
|
|
17 |
- Properly escape bridge in rulename [\#144](https://github.com/voxpupuli/puppet-nftables/pull/144) ([duritong](https://github.com/duritong)) |
|
18 |
|
|
19 |
**Closed issues:** |
|
20 |
|
|
21 |
- nftables::bridges creates invalid rule names when bridge devices have multiple IP addresses [\#143](https://github.com/voxpupuli/puppet-nftables/issues/143) |
|
22 |
|
|
7 | 23 |
## [v2.4.0](https://github.com/voxpupuli/puppet-nftables/tree/v2.4.0) (2022-07-11) |
8 | 24 |
|
9 | 25 |
[Full Changelog](https://github.com/voxpupuli/puppet-nftables/compare/v2.3.0...v2.4.0) |
REFERENCE.md | ||
---|---|---|
310 | 310 |
|
311 | 311 |
##### <a name="noflush_tables"></a>`noflush_tables` |
312 | 312 |
|
313 |
Data type: `Optional[Array[Pattern[/^(ip|ip6|inet)-[-a-zA-Z0-9_]+$/],1]]` |
|
313 |
Data type: `Optional[Array[Pattern[/^(ip|ip6|inet|arp|bridge|netdev)-[-a-zA-Z0-9_]+$/],1]]`
|
|
314 | 314 |
|
315 | 315 |
If specified only other existings tables will be flushed. |
316 | 316 |
If left unset all tables will be flushed via a `flush ruleset` |
metadata.json | ||
---|---|---|
1 | 1 |
{ |
2 | 2 |
"name": "puppet-nftables", |
3 |
"version": "2.4.1-rc0",
|
|
3 |
"version": "2.5.0",
|
|
4 | 4 |
"author": "Vox Pupuli", |
5 | 5 |
"summary": "Puppet nftables module", |
6 | 6 |
"license": "Apache-2.0", |
Formats disponibles : Unified diff