commit | 28bb17268b92b0c568f2496e5e631008f9108409 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Tue Apr 13 05:03:16 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 13 14:49:30 2010 -0700 |
tree | ba2d619dbb6caf9ad81849e58d7409b790f9539c | |
parent | d8a566beaa75c6ad5e38cdccf0ea5294323e7866 [diff] |
net: fib_rules: set family in fib_rule_hdr centrally All fib_rules implementations need to set the family in their ->fill() functions. Since the value is available to the generic fib_nl_fill_rule() function, set it there. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>