diff --git a/ebpf/lb.c b/ebpf/lb.c index 252897f804..cd4e6bec9a 100644 --- a/ebpf/lb.c +++ b/ebpf/lb.c @@ -103,7 +103,9 @@ int __section("loadbalancer") lb(struct __sk_buff *skb) { skb->cb[0] = nhoff; switch (proto) { case ETH_P_IP: +#if 0 { char fmt[] = "ipv4\n"; bpf_trace_printk(fmt, sizeof(fmt));} +#endif ret = ipv4_hash(skb); break; case ETH_P_IPV6: