Add the DirectOnly option.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 2 Mar 2010 21:55:24 +0000 (22:55 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 2 Mar 2010 21:55:24 +0000 (22:55 +0100)
commit3e4829e78a3c7f7e19017d05611e5b69d5268119
tree1b672f42516a2b027136abd9b8e86446854d9b9d
parent95a6974de173e0cb78611c6704ed09631d510dae
Add the DirectOnly option.

When this option is enabled, packets that cannot be sent directly to the destination node,
but which would have to be forwarded by an intermediate node, are dropped instead.
When combined with the IndirectData option,
packets for nodes for which we do not have a meta connection with are also dropped.
doc/tinc.conf.5.in
doc/tinc.texi
src/net_setup.c
src/route.c
src/route.h