Commit 8f0315190dec88bf035d50e4fd1db89859b414f6
1 parent
f2fd5c3458
Exists in
master
and in
6 other branches
ipv6: Make third arg to anycast_dst_alloc() bool.
Signed-off-by: David S. Miller <davem@davemloft.net>
Showing 4 changed files with 4 additions and 4 deletions Side-by-side Diff
include/net/ip6_route.h
net/ipv6/addrconf.c
net/ipv6/anycast.c
net/ipv6/route.c
... | ... | @@ -2056,7 +2056,7 @@ |
2056 | 2056 | |
2057 | 2057 | struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev, |
2058 | 2058 | const struct in6_addr *addr, |
2059 | - int anycast) | |
2059 | + bool anycast) | |
2060 | 2060 | { |
2061 | 2061 | struct net *net = dev_net(idev->dev); |
2062 | 2062 | struct rt6_info *rt = ip6_dst_alloc(&net->ipv6.ip6_dst_ops, |