Mon, May 22, 2017 at 10:33:15PM CEST, step...@networkplumber.org wrote: >On Tue, 16 May 2017 19:29:35 +0200 >Jiri Pirko <j...@resnulli.us> wrote: > >> From: Jiri Pirko <j...@mellanox.com> >> >> Allow user to put filter to a specific chain identified by index. >> >> Signed-off-by: Jiri Pirko <j...@mellanox.com> > >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); ^~~~~~~~~