Re: [PATCH v3] fib_rules: add .suppress operation
From: Stefan Tomanek <hidden>
Date: 2013-08-01 00:24:08
From: Stefan Tomanek <hidden>
Date: 2013-08-01 00:24:08
Dies schrieb David Miller (davem@davemloft.net):
I just want to mention that the more quirky crap we put into the FIB rules layer, the harder it will every be to make a scalable data structure for FIB rule handling. Right now it's basically a linear walk of rules, with processing at each level.
And it still is: but instead of just having pre-conditions whether to consult a table, the patch introduces post-conditions that can reject a routing decision retrieved from it.
Anyways, there are coding style problems in your change which you'll need to address:
Fixed in latest patch, thanks for the hints.