Projet

Général

Profil

Révision d43ced4d

IDd43ced4d2d33980dea91c19eb73f8e99f8f71565
Parent aaa37172
Enfant 4ec94616

Ajouté par Nacho Barrientos il y a plus de 4 ans

Implement nftables:;simplerule::counter

Voir les différences:

manifests/simplerule.pp
24 24
    $daddr = undef,
25 25
  Enum['ip', 'ip6']
26 26
    $set_type = 'ip6',
27
  Boolean
28
    $counter = false,
27 29
){
28 30

  
29 31
  if $dport and !$proto {
......
36 38
        {
37 39
          'action'   => $action,
38 40
          'comment'  => $comment,
41
          'counter'  => $counter,
39 42
          'dport'    => $dport,
40 43
          'proto'    => $proto,
41 44
          'daddr'    => $daddr,

Formats disponibles : Unified diff