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

Commit e55073a9 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 0e17a265: Merge "Switch dumpstate to "ip link list"."

* commit '0e17a265':
  Switch dumpstate to "ip link list".
parents 40b4e23a 0e17a265
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -242,7 +242,8 @@ static void dumpstate() {
    for_each_userid(do_dump_settings, NULL);
    for_each_userid(do_dump_settings, NULL);


    /* The following have a tendency to get wedged when wifi drivers/fw goes belly-up. */
    /* The following have a tendency to get wedged when wifi drivers/fw goes belly-up. */
    run_command("NETWORK INTERFACES", 10, SU_PATH, "root", "netcfg", NULL);

    run_command("NETWORK INTERFACES", 10, "ip", "link", NULL);


    run_command("IPv4 ADDRESSES", 10, "ip", "-4", "addr", "show", NULL);
    run_command("IPv4 ADDRESSES", 10, "ip", "-4", "addr", "show", NULL);
    run_command("IPv6 ADDRESSES", 10, "ip", "-6", "addr", "show", NULL);
    run_command("IPv6 ADDRESSES", 10, "ip", "-6", "addr", "show", NULL);