Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: ipv4: add missing RTA_TABLE to rtm_ipv4_policy

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Roopa Prabhu and committed by
David S. Miller
2eabd764 4f7f56b6

+1
+1
net/ipv4/fib_frontend.c
··· 649 649 [RTA_ENCAP] = { .type = NLA_NESTED }, 650 650 [RTA_UID] = { .type = NLA_U32 }, 651 651 [RTA_MARK] = { .type = NLA_U32 }, 652 + [RTA_TABLE] = { .type = NLA_U32 }, 652 653 }; 653 654 654 655 static int rtm_to_fib_config(struct net *net, struct sk_buff *skb,