Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9c46249 authored by Ray Chen's avatar Ray Chen Committed by Gerrit Code Review
Browse files

Merge "Add network link statistics to bugreport" into main

parents aa627355 cbf278a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1236,7 +1236,7 @@ static void DumpPacketStats() {

static void DumpIpAddrAndRules() {
    /* The following have a tendency to get wedged when wifi drivers/fw goes belly-up. */
    RunCommand("NETWORK INTERFACES", {"ip", "link"});
    RunCommand("NETWORK INTERFACES", {"ip", "-s", "link"});
    RunCommand("IPv4 ADDRESSES", {"ip", "-4", "addr", "show"});
    RunCommand("IPv6 ADDRESSES", {"ip", "-6", "addr", "show"});
    RunCommand("IP RULES", {"ip", "rule", "show"});