Add the Forwarding option.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 2 Mar 2010 21:34:26 +0000 (22:34 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 2 Mar 2010 21:34:26 +0000 (22:34 +0100)
commit95a6974de173e0cb78611c6704ed09631d510dae
tree43775c546331b98bc4c6efa174d09be43130473a
parent5038964032ef55913b2d4741c67bf191b2208abb
Add the Forwarding option.

This determines if and how incoming packets that are not meant for the local
node are forwarded.  It can either be off, internal (tinc forwards them itself,
as in previous versions), or kernel (packets are always sent to the TUN/TAP
device, letting the kernel sort them out).
doc/tinc.conf.5.in
doc/tinc.texi
src/net_setup.c
src/route.c
src/route.h