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

Commit ef69e9c6 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 am: 36f1b9aa

parents da7b9827 36f1b9aa
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"});