Projet

Général

Profil

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

root / spec / defines @ b5874974

Nom Taille Révision Âge Auteur Commentaire
  rules c82b960a plus de 3 ans Steve Traylen rubocop:auto_correct results
chain_spec.rb 3,99 ko c82b960a plus de 3 ans Steve Traylen rubocop:auto_correct results
config_spec.rb 3,63 ko c82b960a plus de 3 ans Steve Traylen rubocop:auto_correct results
rule_spec.rb 5,75 ko c82b960a plus de 3 ans Steve Traylen rubocop:auto_correct results
set_spec.rb 5,87 ko c82b960a plus de 3 ans Steve Traylen rubocop:auto_correct results
simplerule_spec.rb 7,49 ko c82b960a plus de 3 ans Steve Traylen rubocop:auto_correct results

Dernières révisions

# Date Auteur Commentaire
c82b960a 2021-12-16 08:55 Steve Traylen

rubocop:auto_correct results

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

Pet rubocop

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

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:...

14156fb6 2021-01-27 06:48 Nacho Barrientos

Add unit test

1d56f209 2021-01-27 06:45 Nacho Barrientos

Fix IP version filter for IPv6 traffic

94a80621 2020-12-14 05:07 Steve Traylen

Use Stdlib::Port everywhere in place of Integer

Use Stdlib::Port in place of Integer for ports

Fixes #37

948ebc98 2020-12-11 02:25 Nacho Barrientos

Prefix custom tables with custom- so they're loaded

bacf254e 2020-12-11 02:19 Nacho Barrientos

Merge pull request #48 from cernops/config_template

Several fixes for nftables::config

Voir les révisions

Formats disponibles : Atom