Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disables netlink RTA_METRICS exception.
RTA_METRIC response processing is far more complex than just casting data to unsigned int. Data parameter is an array of rtattr. So to not block possible GNU/Linux distributions than can be impacted by exception, we disable it and set metric to 0 (as it is by default).
- Loading branch information