|
@@ -2056,7 +2056,7 @@ static int ip6_pkt_prohibit_out(struct sk_buff *skb)
|
|
|
|
|
|
struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev,
|
|
struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev,
|
|
const struct in6_addr *addr,
|
|
const struct in6_addr *addr,
|
|
- int anycast)
|
|
|
|
|
|
+ bool anycast)
|
|
{
|
|
{
|
|
struct net *net = dev_net(idev->dev);
|
|
struct net *net = dev_net(idev->dev);
|
|
struct rt6_info *rt = ip6_dst_alloc(&net->ipv6.ip6_dst_ops,
|
|
struct rt6_info *rt = ip6_dst_alloc(&net->ipv6.ip6_dst_ops,
|