All notable changes to the of_lldp NApp will be documented in this file.
- Changed the description of the REST endpoint
polling_time
in the API documentation, describing that the change made at runtime is not persistent. - Added
kytos/topology
as a dependency.
- Make
of_lldp
install and remove LLDP flows through theflow_manager
NApp. - Changed setup.py to alert when a test fails on Travis.
- Added persistence module to store LLDP administrative changes.
- Added a REST endpoint to change LLDP polling_time at run time.
- Added unit tests, increasing coverage to 94%.
- Added tags decorator to run tests by type and size.
- Added support for automated tests and CI with Travis.
- Changed README.rst to include some info badges.
- Fixed openapi.yml file name.
- Fixed Scrutinizer coverage error.
- Added REST API to choose interfaces for sending LLDP packets.
- Continuous integration enabled at scrutinizer.
- Fixed some linter issues.
- Added REST API section
- Added try statement to notify_uplink method
- Added option to work with VLANs in LLDP exchanges.
- Added methods to send LLDP specific FlowMods.
- Avoid sending PacketOut to the 'OFPP_LOCAL' port.
- Choose port type according to OFP version.
- Make LLDP listen to v0x04 PacketIns too.
- Dispatch 'switch.link' event.
- Assure in_port has a value property.
- Change Ethernet VLAN to list of VLANs.