6to4: Connectivity check was done too early
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Thu, 5 Apr 2012 09:04:08 +0000 (12:04 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 5 Apr 2012 12:23:02 +0000 (15:23 +0300)
commit18a57a8cd68ee51fc0d478eb059bb37aef2b7b7c
tree10c0a9b04853238a8477fe0884bdc7fd3e125933
parent0920acb99a94265bf33e6eca01ae78f7987c2ecd
6to4: Connectivity check was done too early

The 6to4 code checks that we can connect to ipv6.connman.net
host via tunnel. The check can be done only after we have the
tunnel up and running. The patch makes sure that we do the
checks only after we have got newlink message from rtnl.
src/6to4.c