diff --git a/manifests/init.pp b/manifests/init.pp index 0cf2a43..403a327 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -39,6 +39,7 @@ $ctreplsrcport = undef, $ctstate = undef, $ctstatus = undef, + $ctmask = undef, $date_start = undef, $date_stop = undef, $destination = undef, @@ -93,6 +94,7 @@ $nflog_range = undef, $nflog_size = undef, $nflog_threshold = undef, + $nfmask = undef, $notrack = undef, $outiface = undef, $physdev_in = undef, @@ -120,6 +122,7 @@ $set_dscp = undef, $set_dscp_class = undef, $set_mark = undef, + $restore_mark = undef, $set_mss = undef, $socket = undef, $source = undef, @@ -187,6 +190,7 @@ ctreplsrcport => $ctreplsrcport, ctstate => $ctstate, ctstatus => $ctstatus, + ctmask => $ctmask, date_start => $date_start, date_stop => $date_stop, destination => $destination, @@ -241,6 +245,7 @@ nflog_range => $nflog_range, nflog_size => $nflog_size, nflog_threshold => $nflog_threshold, + nfmask => $nfmask, notrack => $notrack, outiface => $outiface, physdev_in => $physdev_in, @@ -268,6 +273,7 @@ set_dscp => $set_dscp, set_dscp_class => $set_dscp_class, set_mark => $set_mark, + restore_mark => $restore_mark, set_mss => $set_mss, socket => $socket, source => $source,