Skip to content

Commit

Permalink
style: perltidy
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Moore <paul@paul-moore.com>
  • Loading branch information
pcmoore committed Jul 20, 2020
1 parent b48dd4e commit 1e94f53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/netfilter_pkt/test
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ system("auditctl -D >& /dev/null");
my $port = "42424";
my @tests =
( "ipv4_icmp", "ipv6_icmp", "ipv4_udp", "ipv6_udp", "ipv4_tcp", "ipv6_tcp", );
my @fam = ( "", "6", "", "6", "", "6" );
my @chain = ( "INPUT", "INPUT", "INPUT", "INPUT", "INPUT", "INPUT" );
my @saddr = ( "127.0.0.1", "::1", "127.0.0.1", "::1", "127.0.0.1", "::1" );
my @daddr = ( "127.0.0.1", "::1", "127.0.0.1", "::1", "127.0.0.1", "::1" );
my @proto = ( "icmp", "ipv6-icmp", "udp", "udp", "tcp", "tcp" );
my @fam = ( "", "6", "", "6", "", "6" );
my @chain = ( "INPUT", "INPUT", "INPUT", "INPUT", "INPUT", "INPUT" );
my @saddr = ( "127.0.0.1", "::1", "127.0.0.1", "::1", "127.0.0.1", "::1" );
my @daddr = ( "127.0.0.1", "::1", "127.0.0.1", "::1", "127.0.0.1", "::1" );
my @proto = ( "icmp", "ipv6-icmp", "udp", "udp", "tcp", "tcp" );
my @param = (
"-i lo -p icmp --icmp-type echo-request",
"-i lo -p icmpv6 --icmpv6-type echo-request",
Expand Down

0 comments on commit 1e94f53

Please sign in to comment.