summaryrefslogtreecommitdiff
path: root/src/6to4.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-276to4: Update g_web_request_get()Patrik Flykt1-1/+1
2012-04-056to4: Connectivity check was done too earlyJukka Rissanen1-13/+71
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.
2012-04-056to4: Add web debug printsJukka Rissanen1-0/+9
In order to see what is the problem with web connection, add debug print function.
2012-04-05inet: Refactor rtnl functions in 6to4.cJukka Rissanen1-179/+36
The rtnl support functions are now in inet.c which is a more logical place for them and now other files can also use them.
2012-01-13ipconfig: Rename previously public functionsDaniel Wagner1-1/+1
Prefix them with a "__".
2012-01-05inet: Return router advertisement packet length in callback.Jukka Rissanen1-2/+3
The length of the RA packet must be returned in callback, otherwise callback cannot check RA options. The prefix length RA option is needed in stateful DHCPv6 implementation.
2011-11-286to4: Use the right interface index with gwebTomasz Bursztyka1-2/+6
2011-10-25core: Add SOCK_CLOEXEC to socket()Daniel Wagner1-3/+3
Make sure all file descriptor are closed.
2011-09-136to4: Use ConnMan status URL for checking connectivityMarcel Holtmann1-1/+1
2011-06-16element: Remove element.cDaniel Wagner1-0/+1
2011-05-276to4: Remove unused variablesMarcel Holtmann1-3/+1
2011-03-256to4: Check if the 6to4 tunnel is active or not.Jukka Rissanen1-0/+20
2011-03-256to4: Check the connectivity via tunnel after creating it.Jukka Rissanen1-1/+46
2011-03-256to4: Add 6to4 tunnel support.Jukka Rissanen1-0/+497
Netlink support routines taken from iproute2 package. Iproute2 source code can be found at git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git