commit | 2dbb5e6e77c9758c2409b4ffe972f0d6925dad88 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Tue Aug 24 15:40:59 2021 -0700 |
committer | Maciej Żenczykowski <maze@google.com> | Tue Aug 24 16:18:22 2021 -0700 |
tree | 861975e73349ed3f65516ffa996f16418329a31b | |
parent | 4c5519e8b9240f4d2a07d854acebe074b1cad276 [diff] |
bpf_progs/clatd - replace all TC_ACT_OK with TC_ACT_PIPE This doesn't actually matter since the clatd program is always last, however the correct return code to keep on processing any further TC attached programs is 'TC_ACT_PIPE' and not 'TC_ACT_OK' (which is terminal). Test: builds, TreeHugger, see other patch in topic Bug: 195624908 Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: Ib8db9791f603c4045a24585fb0f95ae9c9f84da2