Re: [PATCH iproute2-next] tc: Fix compilation error with old iptables

2018-03-27 Thread David Ahern
On 3/27/18 3:20 AM, Roi Dayan wrote: > The compat_rev field does not exists in old versions of iptables. > e.g. iptables 1.4. > > Fixes: dd29621578d2 ("tc: add em_ipt ematch for calling xtables matches from > tc matching context") > Signed-off-by: Roi Dayan > --- >

[PATCH iproute2-next] tc: Fix compilation error with old iptables

2018-03-27 Thread Roi Dayan
The compat_rev field does not exists in old versions of iptables. e.g. iptables 1.4. Fixes: dd29621578d2 ("tc: add em_ipt ematch for calling xtables matches from tc matching context") Signed-off-by: Roi Dayan --- tc/em_ipt.c | 2 ++ 1 file changed, 2 insertions(+) diff