We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initiall, I observed this on telemetry_int kytos-ng/telemetry_int#125, but it turns out it was a mef_eline regression probably from PR #489
telemetry_int
How to reproduce:
kytos $> 2024-08-20 12:45:17,116 - INFO [kytos.napps.kytos/of_core] (MainThread) PortStatus modified interface 00:00:00:00:00:00:00:01:2 state OFPPS_LINK_DOWN 2024-08-20 12:45:17,123 - INFO [kytos.napps.kytos/mef_eline] (dynamic_single_0) Event handle_link_down Link(Interface('novi_port_2', 2, Switch('00:00:00:00:00:00:00:01')), Interface('n ovi_port_2', 2, Switch('00:00:00:00:00:00:00:02')), cf0f4071be426b3f745027f5d22bc61f8312ae86293c9b28e7e66015607a9260) 2024-08-20 12:45:17,135 - ERROR [kytos.napps.kytos/flow_manager] (thread_pool_app_22) cookie is set, cookie_mask should be set too when deleting flows. flow: {'match': {'in_port': 2, ' dl_vlan': 2}, 'cookie': 12272389400522561349, 'actions': [{'action_type': 'set_vlan', 'vlan_id': 2}, {'action_type': 'output', 'port': 1}], 'owner': 'mef_eline', 'table_group': 'evpl', 'table_id': 0, 'priority': 20000} 2024-08-20 12:45:17,135 - ERROR [kytos.napps.kytos/flow_manager] (thread_pool_app_22) cookie is set, cookie_mask should be set too when deleting flows. flow: {'match': {'in_port': 2, ' dl_vlan': 2}, 'cookie': 12272389400522561349, 'actions': [{'action_type': 'pop_vlan'}, {'action_type': 'output', 'port': 15}], 'owner': 'mef_eline', 'table_group': 'evpl', 'table_id': 0, 'priority': 20000} 2024-08-20 12:45:17,138 - ERROR [kytos.napps.kytos/flow_manager] (thread_pool_app_14) cookie is set, cookie_mask should be set too when deleting flows. flow: {'match': {'in_port': 5, ' dl_vlan': 2}, 'cookie': 12272389400522561349, 'actions': [{'action_type': 'pop_vlan'}, {'action_type': 'output', 'port': 22}], 'owner': 'mef_eline', 'table_group': 'evpl', 'table_id': 0, 'priority': 20000}
The text was updated successfully, but these errors were encountered:
Alopalao
Successfully merging a pull request may close this issue.
Initiall, I observed this on
telemetry_int
kytos-ng/telemetry_int#125, but it turns out it was a mef_eline regression probably from PR #489How to reproduce:
The text was updated successfully, but these errors were encountered: