Skip to content

Releases: internap/netman

1.5.1

02 Sep 15:09
25ee766
Compare
Choose a tag to compare
  • support recovery timeout option for interfaces and bonds @vilnitsky in #264

1.5.0

25 May 20:10
a886479
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.13...1.5.0

1.4.13: Merge pull request #263 from internap/test-build-push-github

12 May 22:07
8e48641
Compare
Choose a tag to compare

Add mpls ip support on interface vlan

11 Jan 16:32
259560b
Compare
Choose a tag to compare

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

10 Jan 14:26
98039e1
Compare
Choose a tag to compare
Merge pull request #237 from simon-begin/add-vlan-load-interval

Add load-interval support on interface vlan

Allow longer timeout for arista

19 Nov 15:50
Compare
Choose a tag to compare
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.