mirror of
https://github.com/daeuniverse/dae.git
synced 2025-01-24 10:03:07 +07:00
chore: remove an useless prompt
This commit is contained in:
parent
7c0c8923aa
commit
b788f03d4a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user