diff options
author | David S. Miller <davem@davemloft.net> | 2011-12-06 22:48:14 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-12-06 22:48:14 +0100 |
commit | 8f0315190dec88bf035d50e4fd1db89859b414f6 (patch) | |
tree | ebc3d6669124188439da105da919e46ce8ea0619 /net/ipv6/route.c | |
parent | bnx2x: Fix compile errors if CONFIG_CNIC is not set (diff) | |
download | linux-8f0315190dec88bf035d50e4fd1db89859b414f6.tar.xz linux-8f0315190dec88bf035d50e4fd1db89859b414f6.zip |
ipv6: Make third arg to anycast_dst_alloc() bool.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | net/ipv6/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 09412baf1ca6..f0b582b26209 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -2056,7 +2056,7 @@ static int ip6_pkt_prohibit_out(struct sk_buff *skb) struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev, const struct in6_addr *addr, - int anycast) + bool anycast) { struct net *net = dev_net(idev->dev); struct rt6_info *rt = ip6_dst_alloc(&net->ipv6.ip6_dst_ops, |