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

Commit 21252c85 authored by Calvin On's avatar Calvin On Committed by android-build-merger
Browse files

Add mangle table in dump_iptables

am: 329b9092

Change-Id: I91942e4662bb11317d0d66cfa9233f0ae5116308
parents 2f7d5591 329b9092
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -802,6 +802,8 @@ static void dump_iptables() {
    run_command("IP6TABLES", 10, "ip6tables", "-L", "-nvx", NULL);
    run_command("IPTABLE NAT", 10, "iptables", "-t", "nat", "-L", "-nvx", NULL);
    /* no ip6 nat */
    run_command("IPTABLE MANGLE", 10, "iptables", "-t", "mangle", "-L", "-nvx", NULL);
    run_command("IP6TABLE MANGLE", 10, "ip6tables", "-t", "mangle", "-L", "-nvx", NULL);
    run_command("IPTABLE RAW", 10, "iptables", "-t", "raw", "-L", "-nvx", NULL);
    run_command("IP6TABLE RAW", 10, "ip6tables", "-t", "raw", "-L", "-nvx", NULL);
}