NAME
Ixchel::Actions::suricata_diff - Finds the differences between the Ixchel config and current Suricata config.
VERSION
Version 0.1.0
SYNOPSIS
use Data::Dumper;
my $results=$ixchel->action(action=>'suricata_diff', opts=>{np=>1, w=>1, });
print Dumper($results);
DESCRIPTION
FLAGS
--np
Do not print the status of it.
-i instance
A instance to operate on.
RESULT HASH REF
.errors :: A array of errors encountered.
.status_text :: A string description of what was done and teh results.
.ok :: Set to zero if any of the above errored.