Re: iproute2 / match / meta bug?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Denys Fedoryshchenko
Date: Tuesday, July 29, 2008 - 1:16 am

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:


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
iproute2 / match / meta bug?, Denys Fedoryshchenko, (Mon Jul 28, 10:43 pm)
Re: iproute2 / match / meta bug?, Patrick McHardy, (Mon Jul 28, 10:54 pm)
Re: iproute2 / match / meta bug?, Denys Fedoryshchenko, (Mon Jul 28, 11:11 pm)
Re: iproute2 / match / meta bug?, Denys Fedoryshchenko, (Mon Jul 28, 11:18 pm)
Re: iproute2 / match / meta bug?, Patrick McHardy, (Mon Jul 28, 11:18 pm)
Re: iproute2 / match / meta bug?, Denys Fedoryshchenko, (Mon Jul 28, 11:25 pm)
Re: iproute2 / match / meta bug?, Denys Fedoryshchenko, (Mon Jul 28, 11:35 pm)
Re: iproute2 / match / meta bug?, Denys Fedoryshchenko, (Tue Jul 29, 1:16 am)