Skip to content

Commit

Permalink
Revert "Add support for ctmask, nfmask, restore_mark. (#46)"
Browse files Browse the repository at this point in the history
This reverts commit 97559fd.
  • Loading branch information
alex-harvey-z3q authored Oct 6, 2024
1 parent 97559fd commit 7ae87af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
$ctreplsrcport = undef,
$ctstate = undef,
$ctstatus = undef,
$ctmask = undef,
$date_start = undef,
$date_stop = undef,
$destination = undef,
Expand Down Expand Up @@ -94,7 +93,6 @@
$nflog_range = undef,
$nflog_size = undef,
$nflog_threshold = undef,
$nfmask = undef,
$notrack = undef,
$outiface = undef,
$physdev_in = undef,
Expand Down Expand Up @@ -122,7 +120,6 @@
$set_dscp = undef,
$set_dscp_class = undef,
$set_mark = undef,
$restore_mark = undef,
$set_mss = undef,
$socket = undef,
$source = undef,
Expand Down Expand Up @@ -190,7 +187,6 @@
ctreplsrcport => $ctreplsrcport,
ctstate => $ctstate,
ctstatus => $ctstatus,
ctmask => $ctmask,
date_start => $date_start,
date_stop => $date_stop,
destination => $destination,
Expand Down Expand Up @@ -245,7 +241,6 @@
nflog_range => $nflog_range,
nflog_size => $nflog_size,
nflog_threshold => $nflog_threshold,
nfmask => $nfmask,
notrack => $notrack,
outiface => $outiface,
physdev_in => $physdev_in,
Expand Down Expand Up @@ -273,7 +268,6 @@
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,
Expand Down

0 comments on commit 7ae87af

Please sign in to comment.