]> err.no Git - linux-2.6/blobdiff - net/ipv6/route.c
[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validation
[linux-2.6] / net / ipv6 / route.c
index ba1b3d11865e43c2553d352179625e9e4b4fad37..75f4bb9611cec4cd08727d011870e588dcc994d2 100644 (file)
@@ -1865,7 +1865,7 @@ void rt6_mtu_change(struct net_device *dev, unsigned mtu)
 }
 
 static struct nla_policy rtm_ipv6_policy[RTA_MAX+1] __read_mostly = {
-       [RTA_GATEWAY]           = { .minlen = sizeof(struct in6_addr) },
+       [RTA_GATEWAY]           = { .len = sizeof(struct in6_addr) },
        [RTA_OIF]               = { .type = NLA_U32 },
        [RTA_IIF]               = { .type = NLA_U32 },
        [RTA_PRIORITY]          = { .type = NLA_U32 },