ipv6: addrconf: add missing validate_link_af handler
authorDaniel Borkmann <daniel@iogearbox.net>
Thu, 5 Feb 2015 13:39:11 +0000 (14:39 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Feb 2015 20:51:33 +0000 (12:51 -0800)
commit11b1f8288d4341af5d755281c871bff6c3e270dd
tree863d1fa76be5090f6276b50e0f8ca033acf3fe63
parent37c85c3498c5538db050ff287e346127dbc16f7c
ipv6: addrconf: add missing validate_link_af handler

We still need a validate_link_af() handler with an appropriate nla policy,
similarly as we have in IPv4 case, otherwise size validations are not being
done properly in that case.

Fixes: f53adae4eae5 ("net: ipv6: add tokenized interface identifier support")
Fixes: bc91b0f07ada ("ipv6: addrconf: implement address generation modes")
Cc: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c