Netzwerkscript beinahe vollendet.

Setup bearbeitet. (Geht schon ganz gut.)
Sonstiges wie immer...


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@366 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-12-21 18:38:37 +00:00
parent 552b817bee
commit 069680acc1
28 changed files with 2560 additions and 1483 deletions

View File

@@ -321,13 +321,13 @@ foreach my $line (@active) {
$marked = $temp[8];
$offset = 1;
} else {
$marked = $temp[12];
$marked = $temp[16];
}
$exsip = substr $temp[8 + $offset], 4;
$exdip = substr $temp[9 + $offset], 4;
$exsp = substr $temp[10 + $offset], 6;
$exdp = substr $temp[11 + $offset], 6;
$use = substr $temp[13], 4;
$exsip = substr $temp[10 + $offset], 4;
$exdip = substr $temp[11 + $offset], 4;
$exsp = substr $temp[12 + $offset], 6;
$exdp = substr $temp[13 + $offset], 6;
$use = substr $temp[18], 4;
}
if ($temp[0] eq 'unknown') {
my $offset = 0;