Re: tc-ipt v0.2: Extension does not know id 1504083504

2017-10-01 Thread Corey Hickey
On 2017-10-01 07:25, Sergey K. wrote: Hi Corey. I did it on your recommendation, replaced xtables.h file from my version of iptables 1.6.0, and replaced the file netfilter.h. Now it's works, but new construction doesn't: # tc filter add dev eth0 parent : u32 match u32 0 0 action xt -j SET

Re: tc-ipt v0.2: Extension does not know id 1504083504

2017-10-01 Thread Sergey K.
> Funny, I just ran into this too and subscribed here to report it. The > error occurs during parsing of any options to the jump target; if the > target has no options, there is no error. > > The problem seems to be an outdated version of struct xtables_target in > include/xtables.h. The version in

Re: tc-ipt v0.2: Extension does not know id 1504083504

2017-09-29 Thread Corey Hickey
On 2017-09-29 23:34, Sergey K. wrote: Hello. I have to apply this patch https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git/commit/?h=v4.10.0&id=97a02cabefb2e2dcfe27f89943709afa84be5525 to my version of iproute2. But now I have a new information message, when I'm using cons