commit | bdd72f41333d9f61a22e4c4494e95782e9731fdb | [log] [tgz] |
---|---|---|
author | Sabrina Dubroca <sd@queasysnail.net> | Mon Jul 09 12:25:16 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 11 22:50:45 2018 -0700 |
tree | 45478c3378359784472696201bf362e621b3c75b | |
parent | 70c30d76e580fe4aefe6facdf0f1edb1aa9a0e7a [diff] |
net/ipv6: reserve room for IFLA_INET6_ADDR_GEN_MODE inet6_ifla6_size() is called to check how much space is needed by inet6_fill_link_af() and inet6_fill_ifinfo(), both of which include the IFLA_INET6_ADDR_GEN_MODE attribute. Reserve some room for it. Fixes: bc91b0f07ada ("ipv6: addrconf: implement address generation modes") Signed-off-by: Sabrina Dubroca <sd@queasysnail.net> Reviewed-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>