Skip to content
Snippets Groups Projects
  1. Feb 19, 2016
  2. Feb 17, 2016
  3. Feb 16, 2016
  4. Feb 15, 2016
  5. Feb 14, 2016
  6. Feb 12, 2016
  7. Feb 11, 2016
  8. Feb 10, 2016
  9. Feb 09, 2016
    • Kirk Webb's avatar
      Extend the horrible "non-modular" hack in the Cisco snmpit module. · 0981023d
      Kirk Webb authored
      First, a "bug fix": By coincidence the snmpit Cisco module was able to
      build up the mod/port-to-ifindex mapping on newer switches where
      interface descriptions include a submodule ID (e.g.
      "GigabitEthernet1/0/1" vs. "GigabitEthernet1/1"). However, it was
      actually just grabbing the submodule ID in place of the module ID.  This
      is OK (in some loose sense) for non-modular switches where everything is
      effectivley on the same module. Not good for IOS/NX-OS switches with
      actual modules and submodule identifiers. Things would not have worked
      for these.  As a fix that retains backward compatibility, the Cisco
      snmpit module now correctly extracts the module ID, but subtracts '1'
      from it.  This allows existing installations that have zero-based module
      numbering in their database for non-modular IOS/NX-OS switches with
      submodule IDs to continue to work as is.
      
      The above nonsense is not what I set out to do, however, and the commit
      just gets worse. I extended the hack for non-modular switches with a mix
      of gigabit and ten gigabit to bump any ten gigabit interface port's
      module ID to "1". The existing hack already did this for non-modular
      switches with a mix of fast Ethernet and gigabit.  Absolutely horrific.
      I need a shower.
      0981023d
    • Mike Hibler's avatar
      Fixups for configuring FreeBSD VMs. · 83718697
      Mike Hibler authored
      83718697
    • Mike Hibler's avatar
      Fix setting of console on Xen command lines. · b6b227e3
      Mike Hibler authored
      Did this in the FreeBSD version previously.
      b6b227e3
  10. Feb 08, 2016
  11. Feb 05, 2016
  12. Feb 04, 2016
    • Gary Wong's avatar
      Fix Node::HaveRoutableIPs. · f2e7e6f3
      Gary Wong authored
      It was checking the count of database rows (which would always have
      been 1), not the count of free addresses.
      f2e7e6f3
Loading