Skip to content
New issue

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

regression: cookie_mask is missing when deleting old failover path #496

Closed
viniarck opened this issue Aug 20, 2024 · 0 comments · Fixed by #497
Closed

regression: cookie_mask is missing when deleting old failover path #496

viniarck opened this issue Aug 20, 2024 · 0 comments · Fixed by #497
Assignees
Labels
2024.1 Kytos-ng 2024.1 bug Something isn't working priority_major Major priority

Comments

@viniarck
Copy link
Member

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

How to reproduce:

  • Create an EVC with failover
  • Shutdown one interface from the failover path
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}
@viniarck viniarck added bug Something isn't working priority_major Major priority 2024.1 Kytos-ng 2024.1 labels Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2024.1 Kytos-ng 2024.1 bug Something isn't working priority_major Major priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants