It seems that parser broken there (em_meta.c) too.
It won't recognize "quoted"/string parameter. For example:
'meta(dev eq "tap0")' will not work
but
'meta(dev eq 1234)' will work
and so on...
example is broken too, there is no more such parameter as indev i guess.
I am trying now to make it understand rt_iif as name, but seems i am stuck with parser, because it doesn't work even with things it must recognize.
And because of my weak programming skills seems it is trivial for someone to fix and implement rt_iif recognition by interface name (using ll_name_to_index i guess?)
, but it's near impossible for me.
Anybody can help?
If not - i will try to do by myself, but it will take ages.
On Tuesday 29 July 2008, Denys Fedoryshchenko wrote: