Merge "ClatCoordinator: dump BPF forwarding rules"

This commit is contained in:
Treehugger Robot
2022-04-27 14:54:16 +00:00
committed by Gerrit Code Review
4 changed files with 97 additions and 0 deletions

View File

@@ -3431,6 +3431,10 @@ public class ConnectivityService extends IConnectivityManager.Stub
pw.increaseIndent();
nai.dumpInactivityTimers(pw);
pw.decreaseIndent();
pw.println("Nat464Xlat:");
pw.increaseIndent();
nai.dumpNat464Xlat(pw);
pw.decreaseIndent();
pw.decreaseIndent();
}
}