Projet

Général

Profil

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

root / spec / defines @ fa92e118

Nom Taille Révision Âge Auteur Commentaire
  rules fcb79d73 plus de 3 ans Ben Morrice support a different table name for 'nat' - Some...
chain_spec.rb 3,91 ko fa92e118 plus de 3 ans Romain Tartière Pet rubocop
config_spec.rb 3,55 ko fa92e118 plus de 3 ans Romain Tartière Pet rubocop
rule_spec.rb 5,67 ko fa92e118 plus de 3 ans Romain Tartière Pet rubocop
set_spec.rb 5,83 ko fa92e118 plus de 3 ans Romain Tartière Pet rubocop
simplerule_spec.rb 7,38 ko fa92e118 plus de 3 ans Romain Tartière Pet rubocop

Dernières révisions

# Date Auteur Commentaire
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

04f5c035 2020-12-10 02:24 Nacho Barrientos

Fix context name (removes dup)

Voir les révisions

Formats disponibles : Atom