Add the StrictSubnets option.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 1 Mar 2010 23:18:44 +0000 (00:18 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 1 Mar 2010 23:18:44 +0000 (00:18 +0100)
commit5038964032ef55913b2d4741c67bf191b2208abb
treef0c126b81543e983d2f84cc67654997a068faffa
parent9fed0ec34b9208611a7e96a595f23fa04e60a5c0
Add the StrictSubnets option.

When this option is enabled, tinc will not accept dynamic updates of Subnets
from other nodes, but will only use Subnets read from local host config files
to build its routing table.
doc/tinc.conf.5.in
doc/tinc.texi
src/net.c
src/net_setup.c
src/protocol.c
src/protocol.h
src/protocol_subnet.c