diff options
| author | Lorenzo Colitti <lorenzo@google.com> | 2014-06-03 12:56:38 +0900 |
|---|---|---|
| committer | Lorenzo Colitti <lorenzo@google.com> | 2014-06-11 12:42:20 +0900 |
| commit | d44fac888a441cf21111358f43384f3942399d5d (patch) | |
| tree | 2a3dfdecd85d5c0ac00c37a35208e1565f9c84c5 /config.c | |
| parent | 10e8827d636a72a7bcdfd52d15bad9342ae2a0a6 (diff) | |
| download | platform_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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -31,7 +31,6 @@ #include "logging.h" #include "getaddr.h" #include "clatd.h" -#include "setroute.h" struct clat_config Global_Clatd_Config; |
