From 47fc7453a0ddd4c3908c4971d2c8504a528bce5f Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Mon, 29 Aug 2011 10:16:48 +0200 Subject: Correct the link for EasyRule so that IPv6 addresses parse --- usr/local/www/diag_logs_filter.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/diag_logs_filter.php b/usr/local/www/diag_logs_filter.php index 8b1222e..98d6f66 100755 --- a/usr/local/www/diag_logs_filter.php +++ b/usr/local/www/diag_logs_filter.php @@ -152,6 +152,8 @@ include("head.inc"); $proto = strtolower($filterent['proto']); if(is_ipaddrv6($filterent['srcip'])) { $ipproto = "inet6"; + $srcip = "{$filterent['srcip']}"; + $dstip = "{$filterent['dstip']}"; $filterent['srcip'] = "[{$filterent['srcip']}]"; $filterent['dstip'] = "[{$filterent['dstip']}]"; } else { @@ -163,12 +165,12 @@ include("head.inc"); ?> "> - " title="" onclick="return confirm('')"> + " title="" onclick="return confirm('')"> "> - " title="" onclick="return confirm('')"> + " title="" onclick="return confirm('')">