One of my project uses the Apple's Reachability class in order to be monitor the network state and be notified in case of changes.
After reading this article about supporting IPv6 I was wondering if were to be made to this class to make it work with IPv6.
I set up an IPv6 network following the same article and everything seems to work fine but maybe there is an issue with the setup.
Is the part of the Reachability class checking the Internet connection working with IPv6 as it is now or does it need some changes?