"Routing TT_RESPONSE to %pM [%c]\n", tt_query->dst, (tt_query->flags & TT_FULL_TABLE ? 'F' : '.'));
tt_query->tt_data = htons(tt_query->tt_data);
return route_unicast_packet(skb, recv_if);
tt_query->tt_data = htons(tt_query->tt_data);
return route_unicast_packet(skb, recv_if);
Could you indent everything (except the return) with one more tab?
The rest:
Acked-by; Sven Eckelmann sven@narfation.org
Thanks, Sven