Releases: internap/netman
Releases · internap/netman
1.5.1
1.5.0
What's Changed
- support lacp force up in juniper switches by @vilnitsky in #261
New Contributors
- @vilnitsky made their first contribution in #261
Full Changelog: 1.4.13...1.5.0
1.4.13: Merge pull request #263 from internap/test-build-push-github
build and publish using github actions
Add mpls ip support on interface vlan
MPLS is a networking process that replaces complete network addresses with
short path labels for directing data packets to network nodes.
Add vlan load interval
Merge pull request #237 from simon-begin/add-vlan-load-interval Add load-interval support on interface vlan
Allow longer timeout for arista
Arista uses default_command_timeout (#235) Some arista takes long to reply, get_vlans can take a little more than 57s to render the configuration. The current timeout for arista is 60s. to make sure we don't bust this timeout, we use the default_command_timeout present in the shell, this allow us to wait longer for command reply.