commit | 73a5f2036069d7295abc55d60829ffd614362fc5 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Wed Jun 03 08:08:20 2020 +0000 |
committer | Maciej Zenczykowski <maze@google.com> | Thu Jun 04 09:52:32 2020 +0000 |
tree | fcd0daa72e801957a82d89360404c0c02b8d71e1 | |
parent | 8452f3f65229a25fb99da23019e732f4b169b566 [diff] [blame] |
cleanup - remove send_tun() Test: git grep send_tun comes up empty Bug: 144730808 Test: atest clatd_test netd_integration_test Signed-off-by: Maciej Żenczykowski <maze@google.com> Original-Change: https://android-review.googlesource.com/1322978 Merged-In: If81ca18bf5a33549b532de0d6406e32f4560c93a Change-Id: If81ca18bf5a33549b532de0d6406e32f4560c93a
diff --git a/translate.c b/translate.c index 1632753..f759726 100644 --- a/translate.c +++ b/translate.c
@@ -524,7 +524,7 @@ if (iov_len > 0) { fill_tun_header(&tun_targ, ETH_P_IP); out[CLAT_POS_TUNHDR].iov_len = sizeof(tun_targ); - send_tun(fd, out, iov_len); + writev(fd, out, iov_len); } } }