Skip to content

Release of cisco-network-node-utils v1.7.0

Compare
Choose a tag to compare
@saichint saichint released this 31 May 16:56
· 532 commits to develop since this release

New feature support

Cisco Resources

  • span_session (@tomcooperca)
  • bgp_af_aggr_addr (@saichint)

Added

  • Extend vpc with attributes:

    • peer_switch
    • arp_synchronize
    • nd_synchronize
  • Extend interface with attributes:

    • purge_config
  • Extend interface_channel_group with attributes:

    • channel_group_mode
  • Extend ntp_config with attributes:

    • authenticate
    • trusted_key
  • Extend ntp_server with attributes:

    • key
    • maxpoll
    • minpoll
    • vrf
  • Added ntp_auth_key with attributes:

    • algorithm
    • key
    • mode
    • password
  • Extend upgrade with attributes:

    • package

Changed

  • ntp_server initialize now uses options hash

    • Prior to this release ntp_server accepted positional arguments for id and
      prefer. New behavior is to pass attributes as a hash.

    Example:

    options = { 'name' => id, 'key' => '999', 'prefer' => 'true',
                'minpoll' => '5', 'maxpoll' => '8', 'vrf' => 'red' }
    Cisco::NtpServer.new(options, true)
    
  • Modified upgrade to support additional URI

  • Modified upgrade attribute to drop version check