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

Commit 4025f0e9 authored by Calvin On's avatar Calvin On Committed by android-build-merger
Browse files

Add mangle table in dump_iptables am: 329b9092

am: 21252c85

Change-Id: I67c546f8abd8d87d5a4464d654b88d63a50d548f
parents cc002705 21252c85
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -803,6 +803,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);
}