Mon, May 22, 2017 at 10:33:15PM CEST, [email protected] wrote:
>On Tue, 16 May 2017 19:29:35 +0200
>Jiri Pirko <[email protected]> wrote:
>
>> From: Jiri Pirko <[email protected]>
>>
>> Allow user to put filter to a specific chain identified by index.
>>
>> Signed-off-by: Jiri Pirko <[email protected]>
>
>Applied to net-next branch of iproute2
Looks like you missed the uapi part:
CC tc_filter.o
tc_filter.c: In function ‘tc_filter_modify’:
tc_filter.c:159:34: error: ‘TCA_CHAIN’ undeclared (first use in this function)
addattr32(&req.n, sizeof(req), TCA_CHAIN, chain_index);
^~~~~~~~~