diff options
author | 2005-06-07 09:09:50 +0000 | |
---|---|---|
committer | 2005-06-07 09:09:50 +0000 | |
commit | fc164508b9669de3c0a23588d1ebec6e3d9abf52 (patch) | |
tree | 44b7cbfcb751e916e3648baae14e87cac650c412 | |
parent | remove ancient and unused CVS define. it was a leftover from (diff) | |
download | wireguard-openbsd-fc164508b9669de3c0a23588d1ebec6e3d9abf52.tar.xz wireguard-openbsd-fc164508b9669de3c0a23588d1ebec6e3d9abf52.zip |
note that netstat output may differ slightly for manual keying;
issue found by christophe plasschaert and clarified by hshoexer@;
ok hshoexer@
-rw-r--r-- | share/man/man8/vpn.8 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index 91d7e548ba3..440e8dac31f 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.103 2005/05/24 04:29:51 david Exp $ +.\" $OpenBSD: vpn.8,v 1.104 2005/06/07 09:09:50 jmc Exp $ .\" .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -571,6 +571,13 @@ The opposite would be true if .Xr netstat 1 were run on GATEWAY_B. .Pp +Note that the routing table above is given for an automated keying session. +SA information for a manual keying session would differ slightly: the +.Dq Type +field would be +.Dq require +for both directions. +.Pp Next check that you can .Xr ping 8 the networks: |