From b788f03d4ad3f0b71799be1e64d7b4da24791d4e Mon Sep 17 00:00:00 2001 From: mzz2017 <2017@duck.com> Date: Tue, 31 Jan 2023 18:35:27 +0800 Subject: [PATCH] chore: remove an useless prompt --- component/control/kern/tproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/control/kern/tproxy.c b/component/control/kern/tproxy.c index 5333c02..55814b9 100644 --- a/component/control/kern/tproxy.c +++ b/component/control/kern/tproxy.c @@ -526,7 +526,7 @@ parse_transport(struct __sk_buff *skb, struct ethhdr *ethh, struct iphdr *iph, return -EFAULT; } } else { - bpf_printk("IP but not TCP/UDP packet: protocol is %u", iph->protocol); + // bpf_printk("IP but not TCP/UDP packet: protocol is %u", iph->protocol); return 1; } *ihl = iph->ihl;