Skip to content

Commit

Permalink
Added pod entry
Browse files Browse the repository at this point in the history
  • Loading branch information
fdurand authored and jrouzierinverse committed Mar 17, 2023
1 parent 81e1258 commit 43bddf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/pf/cmd/pf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pfcmd <command> [options]
cache | manage the cache subsystem
checkup | perform a sanity checkup and report any problems
class | view security event classes
confignetflow | add or remove the ipt_NETFLOW kernel module based on the configuration
configreload | reload the configution
connectionprofileconfig | query/modify connection profile configuration parameters
fingerbank | Fingerbank related commands
Expand Down
2 changes: 1 addition & 1 deletion lib/pf/cmd/pf/confignetflow.pm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sub _run {
}

my $stderr = gensym;
my ($pid, $child_exit_status);;
my ($pid, $child_exit_status);

system("/usr/sbin/dkms", "-q", "install", "-m", "ipt-netflow", "-v", $IPT_NETFLOW_VERSION);
system("/sbin/modprobe", "ipt_NETFLOW");
Expand Down

0 comments on commit 43bddf7

Please sign in to comment.