46a5aa0d67
This adds a new option, BroadcastSubnet, that allows the user to declare broadcast subnets, i.e. subnets which are considered broadcast addresses by the tinc routing layer. Previously only the global IPv4 and IPv6 broadcast addresses were supported by virtue of being hardcoded. This is useful when using tinc in router mode with Ethernet virtual devices, as it can be used to provide broadcast support for a local broadcast address (e.g. 10.42.255.255) instead of just the global address (255.255.255.255). This is implemented by removing hardcoded broadcast addresses and introducing "broadcast subnets", which are subnets with a NULL owner. By default, behavior is unchanged; this is accomplished by adding the global broadcast addresses for Ethernet, IPv4 and IPv6 at start time. |
||
---|---|---|
.. | ||
sample-config | ||
CONNECTIVITY | ||
Makefile.am | ||
NETWORKING | ||
PROTOCOL | ||
SECURITY2 | ||
SPTPS | ||
tinc-gui.8.in | ||
tinc.8.in | ||
tinc.conf.5.in | ||
tinc.texi | ||
tincd.8.in | ||
tincinclude.texi.in |