summaryrefslogtreecommitdiffstats
path: root/config.c
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2014-06-03 12:56:38 +0900
committerLorenzo Colitti <lorenzo@google.com>2014-06-11 12:42:20 +0900
commitd44fac888a441cf21111358f43384f3942399d5d (patch)
tree2a3dfdecd85d5c0ac00c37a35208e1565f9c84c5 /config.c
parent10e8827d636a72a7bcdfd52d15bad9342ae2a0a6 (diff)
downloadplatform_external_android-clat-d44fac888a441cf21111358f43384f3942399d5d.tar.gz
platform_external_android-clat-d44fac888a441cf21111358f43384f3942399d5d.tar.bz2
platform_external_android-clat-d44fac888a441cf21111358f43384f3942399d5d.zip
Use a packet socket to receive packets.
Combined with the previous change to send on a raw socket instead of a tunnel interface, this allows us to get rid of the clat interface and remove all the routing configuration code. Bug: 15340961 Change-Id: I9d9b90f9b4f58dcc3c102abcdc32a2c7ee86b01d
Diffstat (limited to 'config.c')
-rw-r--r--config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.c b/config.c
index 3d39ff0..d8bec80 100644
--- a/config.c
+++ b/config.c
@@ -31,7 +31,6 @@
#include "logging.h"
#include "getaddr.h"
#include "clatd.h"
-#include "setroute.h"
struct clat_config Global_Clatd_Config;