Gold Sponsors

Silver Sponsors ...
|
File cfgmaker.patch, 871 bytes (added by human, 16 years ago) |
Patch for cfgmaker 2.15.2
|
-
old
|
new
|
|
610 | 610 | } elsif ($$i{ifSpeed} == 0 && $$router_dev{Vendor} eq 'foundry' && $$i{ifType} == 135) { |
611 | 611 | # Foundry virtual Ethernet interfaces always report 0 speed, make it 1GB instead. |
612 | 612 | $$i{ifSpeed} = 1000000000; |
613 | | } elsif ($$i{ifSpeed} == 0 && $$router_dev{Vendor} eq 'cisco' && $$i{sysDescr} == /FWSM-Firewall / ) { |
| 613 | } elsif ($$i{ifSpeed} == 0 && $$router_dev{Vendor} eq 'cisco' && $$i{sysDescr} =~ /FWSM-Firewall / ) { |
614 | 614 | # Cisco PIX Firewall Switch Modules have effective backplane speed of 600 Megs |
615 | 615 | $$i{ifSpeed} = 600000000; |
616 | 616 | } elsif ($$i{ifSpeed} == 0 && $$router_dev{Vendor} eq '3com' && $$i{Descr} =~ /RMON VLAN (\d+)/ ) { |
Download in other formats:
|