Skip to content

Releases: HPENetworking/topology_lib_ip

Fixes and new remove_link_type_vlan function

13 Jun 19:37
Compare
Choose a tag to compare

Changes

  • Updated developer guide to reflect Python 3 development and to not use pip
    from system repositories (as it is too old).

New

  • Added function remove_link_type_vlan that allows to remove vlan
    virtual links created with add_link_type_vlan.

Fixes

  • Fixed issue in add_link_type_vlan that ignored the ports mapping of the
    node.
  • Fixed issue in add_link_type_vlan that registered the port mapping before
    creating it, causing potential issue if the creation failed.

And so it begins...

13 Jun 19:37
Compare
Choose a tag to compare

New

  • Initial release.