mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-21 21:31:14 +07:00
chore: remove an useless prompt
This commit is contained in:
@ -526,7 +526,7 @@ parse_transport(struct __sk_buff *skb, struct ethhdr *ethh, struct iphdr *iph,
|
|||||||
return -EFAULT;
|
return -EFAULT;
|
||||||
}
|
}
|
||||||
} else {
|
} 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;
|
return 1;
|
||||||
}
|
}
|
||||||
*ihl = iph->ihl;
|
*ihl = iph->ihl;
|
||||||
|
Reference in New Issue
Block a user