X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=doc%2Ftinc.conf.5.in;h=9566afa6bf34fa17f260e1e75b61ccb0bcb91329;hp=01c7480216381efd0b51477ea466ea170c5a68c1;hb=46a5aa0d674914f4220d8583b1b2f87c7f05a804;hpb=b54fde67474e7201e94fa4be34dae65d295b2936 diff --git a/doc/tinc.conf.5.in b/doc/tinc.conf.5.in index 01c74802..9566afa6 100644 --- a/doc/tinc.conf.5.in +++ b/doc/tinc.conf.5.in @@ -155,6 +155,13 @@ Broadcast packets are sent directly to all nodes that can be reached directly. Broadcast packets received from other nodes are never forwarded. If the IndirectData option is also set, broadcast packets will only be sent to nodes which we have a meta connection to. .El +.It Va BroadcastSubnet Li = Ar address Ns Op Li / Ns Ar prefixlength +Declares a broadcast subnet. Any packet with a destination address falling into such a subnet will be routed as a broadcast (provided all nodes have it declared). +This is most useful to declare subnet broadcast addresses (e.g. 10.42.255.255), otherwise +.Nm tinc +won't know what to do with them. +.Pp +Note that global broadcast addresses (MAC ff:ff:ff:ff:ff:ff, IPv4 255.255.255.255), as well as IPv6 multicast space (ff00::/8) are always considered broadcast addresses and don't need to be declared. .It Va ConnectTo Li = Ar name Specifies which other tinc daemon to connect to on startup. Multiple