Re: [PATCH] fib_rules: add .suppress operation
From: Stefan Tomanek <hidden>
Date: 2013-07-28 10:36:36
From: Stefan Tomanek <hidden>
Date: 2013-07-28 10:36:36
Dies schrieb Hannes Frederic Sowa (hannes@stressinduktion.org):
This should fix the compile error (was a c&p error from me in the previous mail). - if (!(fib_flags & FIB_LOOKUP_NOREF)) + if (!(arg->flags & FIB_LOOKUP_NOREF)) This should get a considerable amount of stress testing now. ;)
I amended that change and made a forced push, so now the branch should be up to date and in working condition: https://github.com/wertarbyte/linux/compare/fib_rule_suppress