~ubuntu-branches/ubuntu/trusty/puppet/trusty

« back to all changes in this revision

Viewing changes to lib/puppet/util/network_device/cisco/device.rb

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-10-22 14:08:22 UTC
  • mfrom: (1.1.25) (3.1.32 sid)
  • Revision ID: package-import@ubuntu.com-20111022140822-odxde5lohc45yhuz
Tags: 2.7.6-1
* New upstream release (CVE-2011-3872)
* Remove cherry-picked "groupadd_aix_warning" patch
* Install all new manpages

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
  IF={
72
72
    :FastEthernet => %w{FastEthernet FastEth Fast FE Fa F},
73
 
    :GigEthernet => %w{GigabitEthernet GigEthernet GigEth GE Gi G},
 
73
    :GigabitEthernet => %w{GigabitEthernet GigEthernet GigEth GE Gi G},
 
74
    :TenGigabitEthernet => %w{TenGigabitEthernet TE Te},
74
75
    :Ethernet => %w{Ethernet Eth E},
75
76
    :Serial => %w{Serial Se S},
76
77
    :PortChannel => %w{PortChannel Port-Channel Po},