diff --git a/[refs] b/[refs] index e5f5aee46933..04d3f95ca12b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 24ddd967806a5f0a7915721b7d60cac6f2cf5db9 +refs/heads/master: 48752f6513012a1b078da08b145d5c40a644f058 diff --git a/trunk/net/core/rtnetlink.c b/trunk/net/core/rtnetlink.c index 5cf39cd7da85..2be10181d583 100644 --- a/trunk/net/core/rtnetlink.c +++ b/trunk/net/core/rtnetlink.c @@ -1132,6 +1132,8 @@ static const struct nla_policy ifla_vf_policy[IFLA_VF_MAX+1] = { .len = sizeof(struct ifla_vf_vlan) }, [IFLA_VF_TX_RATE] = { .type = NLA_BINARY, .len = sizeof(struct ifla_vf_tx_rate) }, + [IFLA_VF_SPOOFCHK] = { .type = NLA_BINARY, + .len = sizeof(struct ifla_vf_spoofchk) }, }; static const struct nla_policy ifla_port_policy[IFLA_PORT_MAX+1] = {