CHANGES
=======

1.3.5
-----

* Make add\_vrrp\_group more readable
* Implement add\_vrrp\_group for juniper mx
* Remove ip from vlan
* Add\_ip\_to\_vlan for Juniper MX
* Implement get\_vlans for Juniper MX
* Add ip to vlan compliance test
* Add remove ip from vlan compliance test
* Remove vlan for Juniper MX
* Add vlan for juniper MX
* Add remove vlan compliance test
* Add empty Juniper MX driver
* Use non-pinned dependencies at installation

1.3.4
-----

* Setup cisco vlans with standby version 2
* Fixed imports causing PEP8 error
* Ignore file from pep8
* Add PEP8 validation
* Add all application requirements in rtd-requirements.txt
* Add specific requirements.txt for Read the Docs

1.3.3
-----

* Support unicast RPF mode for the cisco adapter
* Support ARP-Routing for the cisco adapter

1.3.2
-----

* Support correct protocol interface names
* Skip sdist / installation when using tox

1.3.1
-----

* Remove special timeout on enable

1.3.0
-----

* Raise when enable fails

1.2.31
------

* Use a page reader for every "show" commands on dell powerconnect

1.2.30
------

* Add connect timeout on telnet login hanging

1.2.29
------

* Add best-effort reset\_interface on dell
* Fix malformed interface name on dell get\_interface

1.2.28
------

* Freezing lxml version due to errors in build

1.2.27
------

* support setting MTU for Dell
* Add the set\_interface\_mtu compliance test

1.2.26
------

* Add the mtu field to the get interface(s) calls
* Add contract for interface MTU
* Add set and unset for juniper base and QFX

1.2.25
------

* Pass only strings in requests headers

1.2.24
------

* Add the compliance tests for auto-negotiation

1.2.23
------

* Add juniper set\_interface\_auto\_negotiation\_state
* Add unset-interface-auto-negotiation
* Add auto-negotiation information on get\_interface

1.2.22
------

* Fix the parsing of get information command that has new lines
* Un-pin ncclient version

1.2.21
------

* Cisco interface reset

1.2.20
------

* Renamed \_get\_operations to be clearer
* Added reset port for brocade switches
* Use operation="delete" on reset\_interface
* Add support for configuration-less interfaces
* Add UnknownInterface exception to compliance tests
* Juniper methods support defaulted interfaces
* Make sure all compliance test are executed
* Revert "Merge pull request #147 from stephanerobert/cisco\_interface\_reset"
* fix the test for the new ip
* use non routable ip to test drop connection hypothesis
* Cisco interface reset

1.2.19
------

* Remove documentation from build

1.2.18
------

* fix travis.yml

1.2.17
------

