add more cases

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13450 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-03-07 16:05:15 +00:00
parent 9fe5dfb67c
commit 67901aee54

View File

@@ -54,7 +54,7 @@ my @local_networks_re =
"130\.237", "130\.237",
"193\.11\.3[0-9]\.", "193\.11\.3[0-9]\.",
"130.242.128", "130.242.128",
"2001:6b0:5" "2001:6b0:5:"
); );
my $as_req = 0; my $as_req = 0;
@@ -431,6 +431,9 @@ sub process_line {
} elsif (/524 cross-realm (.*) -> (.*) disabled/) { } elsif (/524 cross-realm (.*) -> (.*) disabled/) {
$v4_cross++; $v4_cross++;
$v4_cross_realm{$1."->".$2}++; $v4_cross_realm{$1."->".$2}++;
} elsif (/cross-realm (.*) -> (.*): no transit through realm (.*)/) {
} elsif (/cross-realm (.*) -> (.*) via \[([^\]]+)\]/) {
} elsif (/cross-realm (.*) -> (.*)) {
} elsif (/sending ([0-9]+) bytes to IPv[46]:([0-9\.:a-fA-F]+)/) { } elsif (/sending ([0-9]+) bytes to IPv[46]:([0-9\.:a-fA-F]+)/) {
$bw_addr{$2} += $1; $bw_addr{$2} += $1;
} elsif (/Using ([-a-z0-9]+)\/([-a-z0-9]+)/) { } elsif (/Using ([-a-z0-9]+)\/([-a-z0-9]+)/) {