Projet

Général

Profil

« Précédent | Suivant » 

Révision bd8baa0f

IDbd8baa0fbf9d12dd213fa2a7e323b1d4e0a889ec
Parent a8008e42
Enfant 4937bed5

Ajouté par Nacho Barrientos il y a environ 4 ans

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:

```
ip version 4 tcp dport {443} ip6 saddr 192.168.1.10 accept
```

Note the 'ip6 saddr'.

Fichiers

  • ajouté
  • modifié
  • copié
  • renommé
  • supprimé

Voir les différences