On Thursday, July 05, 2012 11:34:28 Martin Hundebøll wrote:
When enabling promiscuous mode, tt queries for other hosts might be received. Before this patch, "foreign" tt queries were processed like any other query and thus forwarded to its destination again and thereby causing a loop.
This patch adds a check to drop foreign tt queries.
Signed-off-by: Martin Hundebøll martin@hundeboll.net
routing.c | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-)
Applied in revision 2b7b639.
Thanks, Marek