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

Commit eb079999 authored by Ray Chen's avatar Ray Chen Committed by Automerger Merge Worker
Browse files

Merge "Add network link statistics to bugreport" into main am: f9c46249

parents fac1a40e f9c46249
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"});