Ticket #27: cfgmaker.patch

File cfgmaker.patch, 871 bytes (added by human, 16 years ago)

Patch for cfgmaker 2.15.2

  • cfgmaker

    old new  
    610610                } elsif ($$i{ifSpeed} == 0 && $$router_dev{Vendor} eq 'foundry' && $$i{ifType} == 135) {
    611611                    # Foundry virtual Ethernet interfaces always report 0 speed, make it 1GB instead.
    612612                    $$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 / )  {
    614614                    # Cisco PIX Firewall Switch Modules have effective backplane speed of 600 Megs
    615615                    $$i{ifSpeed} = 600000000;
    616616                } elsif ($$i{ifSpeed} == 0 && $$router_dev{Vendor} eq '3com' && $$i{Descr} =~ /RMON VLAN (\d+)/ ) {
 

NOTE: The content of this website is accessible with any browser. The graphical design though relies completely on CSS2 styles. If you see this text, this means that your browser does not support CSS2. Consider upgrading to a standard conformant browser like Mozilla Firefox or Opera but also Apple's Safari or KDE's Konqueror for example.