Merge "Fix wrong nla_type for matchall" am: c807aa96e0

Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/net/+/1981849

Change-Id: I8f39d06d104b6014a95e059415422af21837dd20
diff --git a/common/native/tcutils/tcutils.cpp b/common/native/tcutils/tcutils.cpp
index 0e17f67..144a4c9 100644
--- a/common/native/tcutils/tcutils.cpp
+++ b/common/native/tcutils/tcutils.cpp
@@ -196,7 +196,7 @@
                 .acts = {
                     .attr = {
                         .nla_len = sizeof(mRequest.opt.acts),
-                        .nla_type = TCA_U32_ACT,
+                        .nla_type = TCA_MATCHALL_ACT,
                     },
                     .act1 = {
                         .attr = {