aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/rtnetlink.c')
-rw-r--r--net/core/rtnetlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c
index 373a8e76af00..fd01eca52a13 100644
--- a/net/core/rtnetlink.c
+++ b/net/core/rtnetlink.c
@@ -2374,7 +2374,7 @@ static int rtnl_bridge_getlink(struct sk_buff *skb, struct netlink_callback *cb)
2374 struct nlattr *extfilt; 2374 struct nlattr *extfilt;
2375 u32 filter_mask = 0; 2375 u32 filter_mask = 0;
2376 2376
2377 extfilt = nlmsg_find_attr(cb->nlh, sizeof(struct rtgenmsg), 2377 extfilt = nlmsg_find_attr(cb->nlh, sizeof(struct ifinfomsg),
2378 IFLA_EXT_MASK); 2378 IFLA_EXT_MASK);
2379 if (extfilt) 2379 if (extfilt)
2380 filter_mask = nla_get_u32(extfilt); 2380 filter_mask = nla_get_u32(extfilt);