Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throw error if tc interface retrieval fails (#56)
* Throw error if tc interface retrieval fails On Linux if `net-tools` are not installed `tc` will fail to get the default interface using the `route` command. Or it might fail for any other reason. This commit adds a safeguard to bug out on err and displays the actual stderr received instead of hiding it.
- Loading branch information