Re: iproute2, meta, flex parser bug?
From: Thomas Graf <tgraf@suug.ch>
Date: 2009-01-30 13:19:47
From: Thomas Graf <tgraf@suug.ch>
Date: 2009-01-30 13:19:47
* Denys Fedoryschenko [off-list ref] 2009-01-29 13:04
I'm trying to make meta work, without success. Seems parser done in flex failing. My knowledge is not enough to fix or understand how flex is working Here is what i got: home iproute2 # home iproute2 # tc/tc filter add dev eth0 protocol ip pref 11 basic match meta\(rt_iif eq \"eth0\"\)
Try: tc filter ... basic match 'meta(rt_iif eq <NUM>)' classid XX:YY