Skip to content

Release of cisco-network-node-utils v2.0.0

Compare
Choose a tag to compare
@mikewiebe mikewiebe released this 14 Feb 15:48
· 89 commits to master since this release
9d1d2d7

New Cisco Resources

Added

  • Extend nxapi client for https support
    • use_ssl will be true when transport is https
    • now makes use of port for custom nxapi ports
  • Extend router_ospf_vrf with attribute:
    • redistribute
  • reset_instance method to node. Allows a single instance of nodeutils to reset the environment cache.
  • Extend vxlan_vtep_vni with attribute:
    • suppress_arp_disable
  • Extend vxlan_vtep with attributes:
    • global_suppress_arp
    • global_ingress_replication_bgp
    • global_mcast_group_l2
    • global_mcast_group_l3

Removed

  • Removed cache in node_util.node, which gave every inheriting class it's own cache.