Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / spec @ b5874974

Nom Taille Révision Âge Auteur Commentaire
  acceptance b5874974 plus de 3 ans Steve Traylen rubocop - RSpec/RepeatedExampleGroupBody
  classes 6c2f0f10 plus de 3 ans Steve Traylen rubocop -f RSpec/RepeatedExampleGroupDescription
  defines c82b960a plus de 3 ans Steve Traylen rubocop:auto_correct results
  type_aliases c82b960a plus de 3 ans Steve Traylen rubocop:auto_correct results
  unit c82b960a plus de 3 ans Steve Traylen rubocop:auto_correct results
default_module_facts.yml 2,18 ko fd0eaeca plus de 4 ans tr Add class bridges Allow traffic from any bridg...
spec_helper.rb 675 octets 20eaf3c2 plus de 3 ans Tim Stallmann modulesync 5.1.0
spec_helper_acceptance.rb 281 octets 20eaf3c2 plus de 3 ans Tim Stallmann modulesync 5.1.0

Dernières révisions

# Date Auteur Commentaire
b5874974 2021-12-16 09:54 Steve Traylen

rubocop - RSpec/RepeatedExampleGroupBody

6c2f0f10 2021-12-16 09:26 Steve Traylen

rubocop -f RSpec/RepeatedExampleGroupDescription

c82b960a 2021-12-16 08:55 Steve Traylen

rubocop:auto_correct results

20eaf3c2 2021-12-15 14:40 Tim Stallmann

modulesync 5.1.0

fa92e118 2021-09-17 21:35 Romain Tartière

Pet rubocop

5fea281f 2021-09-17 21:33 Tim Stallmann

modulesync 4.2.0

fcb79d73 2021-09-07 05:37 Ben Morrice

support a different table name for 'nat'
- Some applications (such as libvirt) still use iptables to inject firewall
rules
- iptables will refuse to update tables that were initially created with nft
- This commit allows defining the name of the 'nat' table in order to avoid...

c94658e1 2021-07-06 11:46 Nacho Barrientos

Allow declaring the same set in several tables

Closes #100

7b9d6ffc 2021-05-31 04:42 Nacho Barrientos

Allow creating a totally empty firewall

By setting `nftables::inet_filter` and `nftables::nat` to `false`
users can now start off from a totally empty firewall and add the
tables, chains and rules they'd like.

The default skeleton for inet-filter, ip-nat and ip6-nat is kept...

bd8baa0f 2021-04-26 12:27 Nacho Barrientos

Fix IPv4 source address type detection

Before this patch, a rule like this:

```
nftables::simplerule { 'foo':
action => 'accept',
dport => 443,
proto => 'tcp4',
saddr => '192.168.1.10',
}
```

would incorrectly generate this rule:...

Voir les révisions

Formats disponibles : Atom