balena-io-modules / device-diagnostics

on-device diagnostics tool
9 stars 8 forks source link

Fix IPv6 address (typo) used in the test_ipv6_stack check #295

Closed pdcastro closed 2 years ago

pdcastro commented 2 years ago

Before this PR, the test_ipv6_stack check was being effectively bypassed because the ip -6 route get command was always failing because of a typo in the IPv6 address, which was interpreted by the script as an unavailable IPv6 stack.

Change-type: patch Connects-to: #292 Connects-to: #294

pdcastro commented 2 years ago

A question for reviewers: Is it just a matter of merging this PR, or are there any additional deployment steps required? 🤔 I could self certify for the fix itself, but I wasn't sure about the next steps.