summaryrefslogtreecommitdiff
path: root/tun.c
diff options
context:
space:
mode:
Diffstat (limited to 'tun.c')
-rw-r--r--tun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun.c b/tun.c
index 80c1441..f577ee0 100644
--- a/tun.c
+++ b/tun.c
@@ -243,7 +243,7 @@ handle_tun(void)
struct iphdr *ip = (struct iphdr *) pkt->data;
if (ip->version != IPVERSION)
continue;
- flow = &flows[ip->daddr == htonl(0xc0a87f00)];
+ flow = &flows[ip->daddr == htonl(IP(192,168,127,0))];
uint64_t curr_time = get_time_us();
uint64_t time_to_send;