X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/6005ef9bfba49124a25825a5b044d4f4cbf02792..a62f8e8a94bf56194539f7140a1215bc74309b36:/peerdb/peers.in.5.in diff --git a/peerdb/peers.in.5.in b/peerdb/peers.in.5.in index 7b0127b1..fbc7c5c5 100644 --- a/peerdb/peers.in.5.in +++ b/peerdb/peers.in.5.in @@ -126,13 +126,83 @@ details. If true, include the peer in the .B %AUTO record. Used by +.BR connect (8) +and .BR tripe-newpeers (8); described below. .TP +.B connect +Shell command for initiating connection to this peer. Used by +.BR watch (8). +.TP +.B cork +Don't initiate immediate key exchange.. Used by +.BR connect (8). +.TP +.B every +Interval for checking that the peer is still alive and well. Used by +.BR watch (8). +.TP +.B ifdown +Script to bring down tunnel interface connected to the peer. Used by +.BR watch (8). +.TP +.B ifname +Interface name to set for the tunnel interface to the peer. Used by +.BR tripe-ifup (8). +.TP +.B ifup +Script to bring up tunnel interface connected to the peer. Used by +.BR watch (8). +.TP +.B ifupextra +Script containing additional interface setup. Used by +.BR tripe-ifup (8). +.TP +.B laddr +Local address for the tunnel interface to the peer. Used by +.BR tripe-ifup (8). +.TP +.B keepalive +Interval for sending keepalive pings. Used by +.BR connect (8). +.TP +.B mtu +Maximum transmission unit for the tunnel interface. Used by +.BR tripe-ifup (8). +.TP +.B nets +Networks to be routed over the tunnel interface. Used by +.BR tripe-ifup (8). +.TP +.B peer +Network address for this peer, or +.BR PASSIVE . +Used by +.BR connect (8). +.TP +.B raddr +Remote address for the tunnel interface to the peer. Used by +.BR tripe-ifup (8). +.TP +.B retries +Number of failed ping attempts before attempting reconnection. Used by +.BR watch (8). +.TP +.B timeout +Timeout for ping probes. Used by +.BR watch (8). +.TP +.B tunnel +Tunnel driver to use when adding the peer. Used by +.BR connect (8)). +.TP .B user Peer will make active connection as .IR user . Used by +.BR connect (8) +and .BR tripe-newpeers (8); described below. .SS "Conversion" @@ -201,6 +271,8 @@ is created whose contents is the section name. .PP .BR tripe-newpeers (8), .BR peers.cdb (5), +.BR connect (8), +.BR watch (8), .BR tripe-ifup (8). . .\"--------------------------------------------------------------------------