diff options
author | Archie Cobbs <archie@FreeBSD.org> | 1998-12-11 03:37:53 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 1998-12-11 03:37:53 +0000 |
commit | d2c51ea5bf83cfc7600f7f74f202853996dfaf4e (patch) | |
tree | df5e5691e8f5ccc7ee233f6e03006e4e795a2be7 /security/skip | |
parent | Add CONFIGURE_ENV to remove patch-aa (diff) |
Add a patch to the 'skiphost' man page to reflect the -f option that we add.
Notes
Notes:
svn path=/head/; revision=15266
Diffstat (limited to 'security/skip')
-rw-r--r-- | security/skip/files/patch-cq | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/security/skip/files/patch-cq b/security/skip/files/patch-cq new file mode 100644 index 000000000000..b6c7fb9cc2b0 --- /dev/null +++ b/security/skip/files/patch-cq @@ -0,0 +1,39 @@ +diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/man/skiphost.1m skipsrc-1.0/skip/man/skiphost.1m +--- skipsrc-1.0.orig/skip/man/skiphost.1m Fri Oct 25 13:12:57 1996 ++++ skipsrc-1.0/skip/man/skiphost.1m Thu Dec 10 19:31:54 1998 +@@ -42,6 +42,8 @@ + .BI \-s " sender NSID " \-S " sender key ID"... + .if n .ti +8n + .BI \-v " SKIP version " \-A " tunnel address " \-T ++.if n .ti +8n ++.BI \-f " source IP address " + ] + .if n .ti +5n + [ +@@ -53,9 +55,13 @@ + .if n .ti +8n + .BI \-r " receiver NSID " \-R " receiver key ID"... + .if n .ti +8n ++.BI \-f " source IP address " ++.if n .ti +8n + .BI \-s " sender NSID " \-S " sender key ID"... + .if n .ti +8n + .BI \-v " SKIP version " \-A " tunnel address " \-T ++.if n .ti +8n ++.BI \-f " source IP address " + ] + .SH DESCRIPTION + .B +@@ -185,6 +191,12 @@ + address in outgoing packets with the supplied value. + This permits hiding of network topology. + By default, the tunnel address is set to the destination address. ++.TP ++.BI \-f " source IP address" ++This option is used in tunneling mode to replace the source IP ++address in outgoing packets with the supplied value. ++This permits hiding of network topology. ++By default, the source address is not changed when the packet is encrypted. + .TP + .BI \-T + Encrypt or authenticate only the data part of the IP packet. By default, |