tiiuae / mesh_com

ROS node for Mesh Network configuration
BSD 3-Clause "New" or "Revised" License
16 stars 17 forks source link

MDM Agent: Handle NetlinkDumpInterrupted except in ip.get_links() #466

Closed pentestiing closed 3 months ago

pentestiing commented 3 months ago

The title :up:

This fixes an exception (NLM_F_DUMP_INTR) raised by the kernel that happens in some cases when an interface is not yet ready.

According to the official documentation the fix is to try perform the operation again :raccoon:

Relevant links:

Jira-ID: SECO-6417