diff options
Diffstat (limited to 'net/core/fib_rules.c')
| -rw-r--r-- | net/core/fib_rules.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/fib_rules.c b/net/core/fib_rules.c index 1eb32276be7..1bc66592453 100644 --- a/net/core/fib_rules.c +++ b/net/core/fib_rules.c @@ -535,6 +535,7 @@ static int fib_nl_fill_rule(struct sk_buff *skb, struct fib_rule *rule,  		return -EMSGSIZE;  	frh = nlmsg_data(nlh); +	frh->family = ops->family;  	frh->table = rule->table;  	NLA_PUT_U32(skb, FRA_TABLE, rule->table);  	frh->res1 = 0;  |