Searched hist:"6 d3a9a685465986d7653c5abbc0b24681e7c44d7" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | diff 6d3a9a685465986d7653c5abbc0b24681e7c44d7 Tue Jan 25 22:55:24 CST 2011 Kurt Van Dijck <kurt.van.dijck@eia.be> net: fix validate_link_af in rtnetlink core
I'm testing an API that uses IFLA_AF_SPEC attribute. In the rtnetlink core , the set_link_af() member of the rtnl_af_ops struct receives the nested attribute (as I expected), but the validate_link_af() member receives the parent attribute. IMO, this patch fixes this.
Signed-off-by: Kurt Van Dijck <kurt.van.dijck@eia.be> Signed-off-by: David S. Miller <davem@davemloft.net>
|