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

Commit 66b9dd04 authored by Erik Kline's avatar Erik Kline Committed by android-build-merger
Browse files

Add "ip maddr" to dumpstate output for debugging. am: f7f2b0fd am: 139854c0

am: a05e2d3e

* commit 'a05e2d3e':
  Add "ip maddr" to dumpstate output for debugging.

Change-Id: Iff0ef991d7c16492c484141d635bcedbc8ad12e6
parents b80d2149 a05e2d3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -831,6 +831,7 @@ static void dumpstate(const std::string& screenshot_path, const std::string& ver

    run_command("ARP CACHE", 10, "ip", "-4", "neigh", "show", NULL);
    run_command("IPv6 ND CACHE", 10, "ip", "-6", "neigh", "show", NULL);
    run_command("MULTICAST ADDRESSES", 10, "ip", "maddr", NULL);

    run_command("IPTABLES", 10, SU_PATH, "root", "iptables", "-L", "-nvx", NULL);
    run_command("IP6TABLES", 10, SU_PATH, "root", "ip6tables", "-L", "-nvx", NULL);