Skip to content

Commit

Permalink
Merge pull request #84 from kytos-ng/release/2023.1.0
Browse files Browse the repository at this point in the history
release: bumped 2023.1.0
  • Loading branch information
viniarck authored Aug 22, 2023
2 parents 1d6932e + 7aa039c commit 52cee22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ All notable changes to the of_lldp NApp will be documented in this file.
[UNRELEASED] - Under development
********************************

[2023.1.0] - 2023-06-05
***********************

Changed
=======
- ``of_lldp`` now supports table group settings from ``of_multi_table``
Expand All @@ -16,7 +19,7 @@ Changed
Added
=====
- Subscribed to new event ``kytos/of_multi_table.enable_table`` as well as publishing ``kytos/of_lldp.enable_table`` required to set a different ``table_id`` to flows.
- Added ``settings.TABLE_GROUP_ALLOWED`` set containning the allowed table groups, for now there is only ``'base'``.
- Added ``settings.TABLE_GROUP_ALLOWED`` set containing the allowed table groups, for now there is only ``'base'``.

General Information
===================
Expand Down
2 changes: 1 addition & 1 deletion kytos.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"username": "kytos",
"name": "of_lldp",
"description": "Discover network-to-network interfaces (NNIs) using the LLDP protocol.",
"version": "2022.3.0",
"version": "2023.1.0",
"napp_dependencies": ["kytos/of_core", "kytos/flow_manager", "kytos/topology"],
"license": "MIT",
"url": "https://github.com/kytos/of_lldp.git",
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ def test_build_lldp_flow(self, *args):
mock_ethertype.LLDP = 10
mock_settings.FLOW_VLAN_VID = None
mock_settings.FLOW_PRIORITY = 1500
mock_settings.TABLE_ID = 0
dpid = "00:00:00:00:00:00:00:01"

flow = {}
Expand Down

0 comments on commit 52cee22

Please sign in to comment.