~ubuntu-branches/ubuntu/trusty/torrus/trusty-proposed

« back to all changes in this revision

Viewing changes to perllib/Torrus/DevDiscover/CiscoIOS_Docsis.pm

  • Committer: Bazaar Package Importer
  • Author(s): Marc Haber
  • Date: 2008-03-08 00:18:46 UTC
  • mfrom: (1.2.1 upstream) (3.1.3 hardy)
  • Revision ID: james.westby@ubuntu.com-20080308001846-q3pinwcswe3uf7wj
Tags: 1.0.6-2
Add torrus-common.NEWS advising people to recompile their
configuration upon upgrading to torrus 1.0.6.
Thanks to Joerg Dorchain. Closes: #469274

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#  along with this program; if not, write to the Free Software
15
15
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
16
16
 
17
 
# $Id: CiscoIOS_Docsis.pm,v 1.15 2006/04/12 12:21:10 ssinyagin Exp $
 
17
# $Id: CiscoIOS_Docsis.pm,v 1.16 2006/09/27 08:56:30 ssinyagin Exp $
18
18
# Stanislav Sinyagin <ssinyagin@yahoo.com>
19
19
 
20
20
# DOCSIS interface, Cisco specific
237
237
 
238
238
        # Override the overview shortcus defined in rfc2670.docsis-if.xml
239
239
        
240
 
        my $shortcuts = 'snr,fec,modems,util';
 
240
        my $shortcuts = 'snr,fec,freq,modems,util';
241
241
        if( $devdetails->hasCap('cdxIfUpChannelMaxUGSLastFiveMins') )
242
242
        {
243
243
            $shortcuts .= ',ugs';