commit | f9d4b0c1e9695e3de7af3768205bacc27312320c | [log] [tgz] |
---|---|---|
author | Roopa Prabhu <roopa@cumulusnetworks.com> | Sat Apr 21 09:41:30 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 23 10:21:24 2018 -0400 |
tree | 44b185d34dc936e052ff312b14f101979b696c3e | |
parent | a56e6bcd34b55182159d16fcf6d6105578dfa192 [diff] |
fib_rules: move common handling of newrule delrule msgs into fib_nl2rule This reduces code duplication in the fib rule add and del paths. Get rid of validate_rulemsg. This became obvious when adding duplicate extack support in fib newrule/delrule error paths. Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>