Changeset 322
- Timestamp:
- Oct 31, 2017, 11:53:12 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/klask
r321 r322 2082 2082 {align => 'left', align_title => 'left', title => 'VLAN_Bad'}, 2083 2083 {is_sep => 1, title => ' ', body => ' +-> '}, 2084 {align => 'left', align_title => 'left', title => 'VLAN_ Name'},2085 {is_sep => 1, title => ' ', body => ' ('},2086 {align => 'left', align_title => 'left', title => 'VLAN_ Number'},2087 {is_sep => 1, title => ' ', body => ' )'},2088 {align => 'left', align_title => 'left', title => 'Date_ Float'},2084 {align => 'left', align_title => 'left', title => 'VLAN_Good'}, 2085 {is_sep => 1, title => ' ', body => ' '}, 2086 {align => 'left', align_title => 'left', title => 'VLAN_ID'}, 2087 {is_sep => 1, title => ' ', body => ' '}, 2088 {align => 'left', align_title => 'left', title => 'Date_Last'}, 2089 2089 {is_sep => 1, title => ' ', body => ' '}, 2090 2090 {align => 'left', align_title => 'left', title => 'Date_Good'}, … … 2133 2133 $switchportdb{$swpt}->{'vlan'}, 2134 2134 $computerdb->{$src_ip}{'network'}, 2135 $vlan_id,2135 '(' . $vlan_id . ')', 2136 2136 $date, 2137 2137 $src_date, 2138 2138 $computerdb->{$src_ip}{'mac_address'}, 2139 $computerdb->{$src_ip}{'hostname_fq'} ;2139 $computerdb->{$src_ip}{'hostname_fq'}, 2140 2140 ); 2141 2141 2142 # printf "%s / %-10s +-> %-10s(%i) %s %s %s %s\n",2142 # printf "%s / %-10s +-> %-10s(%i) %s %s %s %s\n", 2143 2143 # $swpt, $switchportdb{$swpt}->{'vlan'}, $computerdb->{$src_ip}{'network'}, $vlan_id, 2144 2144 # $date, … … 2147 2147 # $computerdb->{$src_ip}{'hostname_fq'}; 2148 2148 } 2149 print $tb_bad->title(); 2150 print $tb_bad->rule('-'); 2149 2151 print $tb_bad->body(); 2150 2152 }
Note: See TracChangeset
for help on using the changeset viewer.