Release of cisco-network-node-utils v1.7.0
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)
- Prior to this release ntp_server accepted positional arguments for id and
-
Modified upgrade to support additional URI
-
Modified upgrade attribute to drop version check