Stricter checks against routing loops.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 25 Feb 2012 21:11:30 +0000 (22:11 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 25 Feb 2012 21:11:30 +0000 (22:11 +0100)
commit5140656de6bcfda72951a7827b05414ce306e3ca
tree68c439b2e1f7b209b75bbae4baa4864dc7f49b02
parentf1d5eae643cdf537ef357f10f2da8ff83bdf32b4
Stricter checks against routing loops.

If a packet that had to be sent via an intermediate hop, and that intermediate
hop was the one that sent the packet, we drop it.
src/route.c