multipath-tcp / mptcpd

mptcpd is a daemon for Linux that performs Multipath TCP path management related operations in the user space 😈
https://mptcpd.mptcp.dev/
BSD 3-Clause "New" or "Revised" License
175 stars 39 forks source link

tests: net-mon: do not fail when iface has no addr #250

Closed matttbe closed 2 years ago

matttbe commented 2 years ago

This test currently fails if it detects an active interface without any IPv4 or v6 addresses.

This situation is valid, e.g. when an interface is attached to a bridge. This bridge would have attached IP addresses but not the interface.

Fixes: c7e2201 ("mptcpd 0.1a: Initial alpha release.") Reported-by: Adam Borowski Signed-off-by: Matthieu Baerts

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2781602439

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 2734055202: 0.0%
Covered Lines: 1186
Relevant Lines: 1905

💛 - Coveralls