You can now put an option "Mode" in tinc.conf, and choose from:
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 5 Jun 2001 19:39:54 +0000 (19:39 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 5 Jun 2001 19:39:54 +0000 (19:39 +0000)
commit7bd7f5b4363f222340e5c058c243d31c576fba88
treee448a6f0e7ae41e5aa184347b6236c939ee1197d
parentedd6734faa37d043b8a2cc75b125db3b1c2130fa
You can now put an option "Mode" in tinc.conf, and choose from:

- Mode = router (default, work like tinc has always worked)
- Mode = switch (work like a switch)
- Mode = hub    (work like a hub, broadcasting everything)
src/conf.c
src/conf.h
src/net.c