diff options
author | 2008-04-04 06:21:27 +0000 | |
---|---|---|
committer | 2008-04-04 06:21:27 +0000 | |
commit | 2cdd2ffa5385e666cde946206391f7cb65ae9ae9 (patch) | |
tree | a6d63b04c5a9cb41b0c04d0f4fe1a6917252f5e9 | |
parent | ChrootDirectory is supported in Match blocks (in fact, it is most useful (diff) | |
download | wireguard-openbsd-2cdd2ffa5385e666cde946206391f7cb65ae9ae9.tar.xz wireguard-openbsd-2cdd2ffa5385e666cde946206391f7cb65ae9ae9.zip |
document the bug that sasyncd peers should share the same
platform. it would be really nice if somebody would fix this.
ok mpf@ todd@ jmc@
-rw-r--r-- | usr.sbin/sasyncd/sasyncd.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/sasyncd/sasyncd.8 b/usr.sbin/sasyncd/sasyncd.8 index d363ec116f6..9e4970a9b50 100644 --- a/usr.sbin/sasyncd/sasyncd.8 +++ b/usr.sbin/sasyncd/sasyncd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sasyncd.8,v 1.9 2007/05/31 19:20:29 jmc Exp $ +.\" $OpenBSD: sasyncd.8,v 1.10 2008/04/04 06:21:27 otto Exp $ .\" .\" Copyright (c) 2005 Håkan Olsson. All rights reserved. .\" @@ -27,7 +27,7 @@ .\" .\" Manual page for sasyncd .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: April 4 2008 $ .Dt SASYNCD 8 .Os .Sh NAME @@ -144,3 +144,7 @@ daemon first appeared in .Ox 3.8 . It was written in 2004-2005 by Hakan Olsson, in part sponsored by Multicom Security AB, Sweden. +.Sh BUGS +Due to the absence of a proper on the wire SA transfer protocol, +.Nm +only works if the peers share the same hardware architecture. |