| Submitter | Jeff Kirsher |
|---|---|
| Date | March 3, 2012, 2:24 a.m. |
| Message ID | <1330741468-23900-15-git-send-email-jeffrey.t.kirsher@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/144390/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c index 5cf39cd..2be1018 100644 --- a/net/core/rtnetlink.c +++ b/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] = {