NAME

Ixchel::Actions::suricata_diff - Finds the differences between the Ixchel config and current Suricata config.

VERSION

Version 0.2.0

CLI SYNOPSIS

ixchel -a suricata_diff [-i <instance>]

CODE SYNOPSIS

use Data::Dumper;

my $results=$ixchel->action(action=>'suricata_diff', opts=>{np=>1, });

print Dumper($results);

DESCRIPTION

FLAGS

-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.