commit | 4f8654ce07d026fd6cc98046e2d80c061ab0068f | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Fri Feb 11 20:42:35 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 11 20:42:35 2022 +0000 |
tree | 52553ef359ef020616c8856d8fb810ad5b73ec1c | |
parent | 62b3d9fbb2a79de1afa64fbdbfab07568ee8d4e0 [diff] | |
parent | 20dcaf5f7044517512a38885f64244b7f24c4a18 [diff] |
Merge "Fix wrong nla_type for matchall"
diff --git a/staticlibs/native/tcutils/tcutils.cpp b/staticlibs/native/tcutils/tcutils.cpp index 0e17f67..144a4c9 100644 --- a/staticlibs/native/tcutils/tcutils.cpp +++ b/staticlibs/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 = {